Hi,
I am building a CRC32C implementation using SSE for D, because I
couldn't find any readily available :[
However, I am unable to find any documentation regarding which
SSE instructions are available and how I could use them in D. I
can see core.simd can't seem to make any use of it.
How would I go about calling _mm_* functions in D in a way that
is portable between D compilers?
I am currently using LDC so if someone could point me a direction
I can get this going even if only on LDC it would already be a
great help.
Cheers!
- XMM Intrinsics Marcio Martins via Digitalmars-d-learn
-