Commit Graph

20 Commits

Author SHA1 Message Date
c6d5846697 Disable clang warnings when building with clang-cl 2020-04-27 17:52:01 +06:00
x
43fb0b2aba visual c++ 2020-02-07 10:48:08 +01:00
x
aeb84e8d34 visual c++ 2020-02-07 10:46:46 +01:00
x
a028df0da7 visual c++ 2020-02-07 10:46:21 +01:00
6c6ac490e9 Completely remove unused USE_SSE/USE_AVX2 2020-02-06 18:57:01 +06:00
d93bb051a6 Clean up VS project settings
+ removed linker settings (irrelevant for static lib projects)
 + unified settings for *_avx2.c files
2020-01-05 21:33:38 +06:00
6bc5a56895 Restored VS project filters 2019-12-23 03:30:06 +06:00
x
b18e553fdd visual c++ 2019-12-21 15:28:15 +01:00
x
3764939444 visual c++ 2019-12-21 14:06:34 +01:00
x
67c1305905 TurboPFor: Bit Packing 2019-12-21 14:06:32 +01:00
x
56e510087b visual c++ 2019-12-21 10:55:01 +01:00
x
c6c120ae2e Merge git://github.com/powturbo/TurboPFor 2019-12-19 18:53:30 +01:00
x
5de80b1cdb visual c++ 2019-12-19 18:45:14 +01:00
8b687a3f5c Corrected vs2017 project files (removed optimizations from debug builds) 2019-11-21 20:01:36 +06:00
x
92d45ae678 visual c++ 2019-10-19 11:28:30 +02:00
x
c06080b82d visual c++ 2019-10-18 18:26:33 +02:00
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
11f265c0a4 Fix x86 build
- added _mm_cvtsi64_si128/_bzhi_u64 for non x64 builds
 - added _BitScanForward64/_BitScanReverse64 for non x64/arm64 builds
 - added x86 build target to vs2017 project files
 - compilation fixes
2019-09-06 10:33:34 -07:00
3f471dcf10 Added vs2017 project files for TurboPFor lib and icapp 2019-08-10 13:52:27 -07:00
8374a3a05a visual c++ 2017-06-13 08:55:26 +02:00