Move *_sse/*_avx2 files to vs directory
+ removed unsupported ARCH = /arch:SSE2 from makefile.vs + removed vsimple.obj from icbench.exe target (it's part of lib) + added icapp.exe target to makefile.vs + fixed compilation error in plugins.cc (type cast error) + updated .gitignore to ignore build output files
This commit is contained in:
2
vs/bitunpack_sse.c
Normal file
2
vs/bitunpack_sse.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define SSE2_ON
|
||||
#include "bitunpack.c"
|
||||
Reference in New Issue
Block a user