This commit is contained in:
powturbo
2017-06-13 10:03:11 +02:00
parent ecacbcd39d
commit 384763a456

View File

@ -176,7 +176,7 @@ using [900.000 multicore servers](https://www.cloudyn.com/blog/10-facts-didnt-kn
### Compile: ### Compile:
git clone --recursive git://github.com/powturbo/TurboPFor.git git clone --recursive git://github.com/powturbo/TurboPFor.git
cd TurboPFor cd TurboPFor
###### Linux, Windows (MingW), Clang,... ###### Linux, Windows (MingW), Clang,...
@ -184,11 +184,11 @@ using [900.000 multicore servers](https://www.cloudyn.com/blog/10-facts-didnt-kn
or or
make AVX2=1 make AVX2=1
Disable external libs Disable external libs
make NCODEC1=1 NCODEC2=1 make NCODEC1=1 NCODEC2=1
Disable SIMD Disable SIMD
make NSIMD=1 make NSIMD=1
###### Windows visual c++ ###### Windows visual c++