Commit 14e999ea authored by Tsung-Yu Chan's avatar Tsung-Yu Chan

fix / add the specific version for SIMDe

parent 6f028bcc
...@@ -694,6 +694,7 @@ install_simde_from_source(){ ...@@ -694,6 +694,7 @@ install_simde_from_source(){
$SUDO rm -rf /tmp/simde $SUDO rm -rf /tmp/simde
git clone https://github.com/simd-everywhere/simde-no-tests.git /tmp/simde git clone https://github.com/simd-everywhere/simde-no-tests.git /tmp/simde
cd /tmp/simde cd /tmp/simde
git checkout v0.7.2
# brute force copy into /usr/include # brute force copy into /usr/include
$SUDO \cp -rv ../simde /usr/include $SUDO \cp -rv ../simde /usr/include
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment