[v1.00] Skeleton for future support for other vector instructions in --accurate-pp

This commit is contained in:
Dr-Noob
2021-11-19 21:36:55 +01:00
parent a5b321a966
commit 7226adb04d
14 changed files with 150 additions and 58 deletions

View File

@@ -0,0 +1,6 @@
#ifndef __FREQ_AVX512__
#define __FREQ_AVX512__
void* compute_avx512();
#endif