Skip to content
Snippets Groups Projects

feat: target=x86_64_v2 minimum for (some) vectorization

Merged Wouter Deconinck requested to merge arch-x86_64_v3 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -45,7 +45,7 @@ RUN git clone https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT} \
SHELL ["docker-shell"]
RUN declare -A arch=( \
["linux/amd64"]="x86_64" \
["linux/amd64"]="x86_64_v3" \
["linux/arm64"]="aarch64" \
) \
&& arch=${arch[${TARGETPLATFORM}]} \
Loading