View source code Display the source code in core/simd.d from which this page was generated on github. Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone. Page wiki View or edit the community-maintained wiki page associated with this page.

Module core.simd

Builtin SIMD intrinsics

Enums

Name Description
XMM XMM opcodes that conform to the following:

Aliases

Name Type Description
byte16 __vector function(byte[16])
byte32 __vector function(byte[32])
double2 __vector function(double[2])
double4 __vector function(double[4])
float4 __vector function(float[4])
float8 __vector function(float[8])
int4 __vector function(int[4])
int8 __vector function(int[8])
long2 __vector function(long[2])
long4 __vector function(long[4])
short16 __vector function(short[16])
short8 __vector function(short[8])
ubyte16 __vector function(ubyte[16])
ubyte32 __vector function(ubyte[32])
uint4 __vector function(uint[4])
uint8 __vector function(uint[8])
ulong2 __vector function(ulong[2])
ulong4 __vector function(ulong[4])
ushort16 __vector function(ushort[16])
ushort8 __vector function(ushort[8])
Vector __vector function(T) Create a vector type.
void16 __vector function(void[16])
void32 __vector function(void[32])

Authors

Walter Bright,

License

Boost License 1.0.

Comments