|
|
|
|
|
by readonlybarbie
1264 days ago
|
|
so then, if i want my code to "explicitly" use avx512, i have to do something like this? ```
void myNotOptimizedThing(my_data* d){ _SPECIAL_CPU_MANUFACTURER_0X3D512(d);
}
``` edit: and include some header from the manufacturer most likely? |
|