Files
TurboPFor-Integer-Compression/vs/bitunpack_sse.c
Pavel P 355f582c19 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
2019-09-07 12:45:10 -07:00

3 lines
41 B
C

#define SSE2_ON
#include "bitunpack.c"