mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
E2K: added cmake files for MCST Elbrus CPU support which without intrinsics
This commit is contained in:
parent
abd19e623b
commit
60bb7be640
2 changed files with 10 additions and 0 deletions
5
neo/cmake-linux-debug-nosimd.sh
Normal file
5
neo/cmake-linux-debug-nosimd.sh
Normal 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
|
5
neo/cmake-linux-release-nosimd.sh
Normal file
5
neo/cmake-linux-release-nosimd.sh
Normal 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
|
Loading…
Reference in a new issue