David Nadlinger wrote:
objdump, otool – depending on your OS.

Hey, nice tools. Good to know, thanks!


Manu:

Here's the disassembly for my benchmark code earlier, isolated between StopWatch .start()/.stop()

https://gist.github.com/3294283


Also, I noticed your std.simd.setY() function uses _blendps() op, but DMD's core.simd doesn't support this op (yet? It's there but commented out). Is there an alternative operation I can use for setY() ?

Reply via email to