[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,5 @@
#include <stdio.h>
void* compute_avx512() {
return NULL;
}