core.simd woes
F i L
witte2008 at gmail.com
Wed Aug 8 04:14:05 PDT 2012
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() ?
More information about the Digitalmars-d
mailing list