SSE intrinsics?

Jarrett Billingsley jarrett.billingsley at gmail.com
Wed Nov 19 11:25:23 PST 2008


On Wed, Nov 19, 2008 at 1:32 PM, bearophile <bearophileHUGS at lycos.com> wrote:
> 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).
>
> Bye,
> bearophile
>

Why do that when you could use some template madness to make an SSE
assembler?  ;)


More information about the Digitalmars-d-learn mailing list