Closed ElimsSmile closed 6 years ago
I use GCC 5.5.0 and the build is performed without any errors:
cd simd/prj/cmake
mkdir build
cd build
cmake .. -DTOOLCHAIN="g++-5" -DTARGET="" -DCMAKE_BUILD_TYPE="Debug"
make -j8
It is possible that GCC 5.4.0 does not support AVX-512. I would recommend to use option -DAVX512=0 in order to build Simd.
But with release build type there are no such errors
Hello. Build with GCC 5.4.0 fails with the next errors: