Skip to content

Commit

Permalink
Metaconfig arm64 Exclude SVE
Browse files Browse the repository at this point in the history
Will introduce incompatible instructions into TCI otherwise.
  • Loading branch information
xrq-phys committed Aug 29, 2021
1 parent 01d9d87 commit 3462341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ Optional Features:
the following meta-configurations are also available:

armsve = a64fx,neoversev1
arm64 = cortexa53,thunderx2,armsve
arm64 = cortexa53,thunderx2
arm32 = cortexa9
skx = skx1,skx2
intel = core2,sandybridge,haswell,skx,knl
Expand Down Expand Up @@ -6737,7 +6737,7 @@ configs=`echo $enable_config | sed 's/x86/intel,amd/' \
| sed 's/skx,/skx1,skx2,/' \
| sed 's/skx$/skx1,skx2/' \
| sed 's/arm32/cortexa9/' \
| sed 's/arm64/cortexa53,thunderx2,armsve/' \
| sed 's/arm64/cortexa53,thunderx2/' \
| sed 's/armsve/a64fx,neoversev1/' \
| sed 's/,/ /g'`

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ AC_ARG_ENABLE([config],
the following meta-configurations are also available:
armsve = a64fx,neoversev1
arm64 = cortexa53,thunderx2,armsve
arm64 = cortexa53,thunderx2
arm32 = cortexa9
skx = skx1,skx2
intel = core2,sandybridge,haswell,skx,knl
Expand Down Expand Up @@ -218,7 +218,7 @@ configs=`echo $enable_config | sed 's/x86/intel,amd/' \
| sed 's/skx,/skx1,skx2,/' \
| sed 's/skx$/skx1,skx2/' \
| sed 's/arm32/cortexa9/' \
| sed 's/arm64/cortexa53,thunderx2,armsve/' \
| sed 's/arm64/cortexa53,thunderx2/' \
| sed 's/armsve/a64fx,neoversev1/' \
| sed 's/,/ /g'`

Expand Down

0 comments on commit 3462341

Please sign in to comment.