AuburnSounds / intel-intrinsics

The Dlang SIMD library
https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#techs=MMX,SSE,SSE2,SSE3,SSSE3,SSE4_1
Boost Software License 1.0
67 stars 11 forks source link

Intrinsics that should exist at CT #142

Closed p0nce closed 3 months ago

p0nce commented 3 months ago

Some intrinsics should exist in CTFE context in order to be able to have constants, useful when porting from C.

At a minimum:

p0nce commented 3 months ago

Reopen this if you need double, shorter integers, 256 bit vectors....