diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f059ec0435..824dfe8d8c 100644 --- a/config.h.in +++ b/config.h.in @@ -71,6 +71,9 @@ /* Define if assembler supports z13 zarch instructions as default on S390. */ #undef HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT +/* Define if assembler supports arch13 zarch instruction as default on S390. */ +#undef HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT + /* Define if assembler supports vector instructions on S390. */ #undef HAVE_S390_VX_ASM_SUPPORT @@ -78,6 +81,9 @@ on S390. */ #undef HAVE_S390_VX_GCC_SUPPORT +/* Define if assembler supports arch13 instructions on S390. */ +#undef HAVE_S390_ARCH13_ASM_SUPPORT + /* Define if assembler supports Intel MPX. */ #undef HAVE_MPX_SUPPORT |