E2K: added cmake files for MCST Elbrus CPU support which without intrinsics

This commit is contained in:
r-a-sattarov 2019-08-10 20:13:41 +03:00
parent abd19e623b
commit 60bb7be640
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
cd ..
rm -rf build
mkdir build
cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DSDL2=ON -DUSE_INTRINSICS=OFF ../neo

View file

@ -0,0 +1,5 @@
cd ..
rm -rf build
mkdir build
cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DONATIVE=ON -DSDL2=ON -DUSE_INTRINSICS=OFF ../neo