Commit 06ec6150 authored by Robert Schmidt's avatar Robert Schmidt

Update latest SIMDE version

Build on ARM fails in the previous version, while the current master
(1a09d3bc) works. So let's update to a newer version to avoid problems
on ARM, and assuming x86 works.
parent ba2d7aad
...@@ -673,8 +673,8 @@ install_simde_from_source(){ ...@@ -673,8 +673,8 @@ install_simde_from_source(){
if [[ -v SIMDE_VERSION ]]; then if [[ -v SIMDE_VERSION ]]; then
git checkout -f $SIMDE_VERSION git checkout -f $SIMDE_VERSION
else else
# At time of writing, last working commit for OAI # At time of writing, last working commit for OAI: 1a09d3bc
git checkout 389f360a66d4a3bec62b7d71ad8be877487809ba git checkout 1a09d3bc9de47c4d9a5daa23eb753d5322748201
fi fi
# Showing which version is used # Showing which version is used
git log -n1 git log -n1
......
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