sse_vector.c (101B)
1 #include <x86intrin.h> 2 3 int main() 4 { 5 __m128 a = _mm_set_ps(4.0, 3.0, 2.0, 1.0); 6 7 return 0; 8 }
cs205-lecture-examplesExample codes used during Harvard CS205 lectures | |
| git clone https://git.0xfab.ch/cs205-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |