SSE intrinsics?

Hoenir mrmocool at gmx.de
Wed Nov 19 10:39:00 PST 2008


bearophile schrieb:
> Hoenir:
>> Does DMD provide/support something like the SSE intrinsics available in C++?
> 
> Currently not. You can use SSE instructions inlining assembly code (it's not too much difficult, there are documents online that show you how to use the SSE instructions, but it may require some time to write the code).
> 
Yeah, I know that option, but of course it's a little bit more 
time-consuming and harder to maintain/change ;)


More information about the Digitalmars-d-learn mailing list