[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

6
src/x86/freq/freq_sse.h Normal file
View File

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