diff --git a/configure b/configure index 058e895393..b81b7d40a2 100755 --- a/configure +++ b/configure @@ -485,6 +485,7 @@ Optimization options (experts only): --disable-sve disable SVE optimizations --disable-sve2 disable SVE2 optimizations --disable-sme disable SME optimizations + --disable-sme-i16i64 disable SME-I16I64 optimizations --disable-sme2 disable SME2 optimizations --disable-inline-asm disable use of inline assembly --disable-x86asm disable use of standalone x86 assembly @@ -1238,6 +1239,7 @@ check_archext_name_insn(){ log check_archext_name_insn "$@" feature="$1" archext="$2" + archextdir=$(printf '%s' "$2" | tr '-' '_') instr="$3" instr2="$4" # Check if the assembly is accepted in inline assembly. @@ -1252,7 +1254,7 @@ check_archext_name_insn(){ # Test if the assembler supports the .arch_extension $archext directive. arch_extension_directive=".arch_extension $archext" - test_as <