main.c (98B)
1 #include <x86intrin.h> 2 3 __m128 ones(); 4 5 int main(void) 6 { 7 __m128 ret = ones(); 8 return 0; 9 }
cs205-lecture-examplesExample codes used during Harvard CS205 lectures | |
| git clone https://git.0xfab.ch/cs205-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |