+ 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
- 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