set_ps.c (120B)
1 #include <x86intrin.h> 2 __m128 set_ps(float x0, float x1, float x2, float x3) 3 { 4 return _mm_set_ps(x3, x2, x1, x0); 5 }
cs205-lecture-examplesExample codes used during Harvard CS205 lectures | |
| git clone https://git.0xfab.ch/cs205-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |