Merge pull request #5567 from kumpera/fix_59334
[mono.git] / mono / utils / mono-hwcap-vars.h
index 620a3d43e421637d991502d3fd8a8b0c92bb1ccb..05f89a34ef93ed73ebab52f971a7b8c8fda88c30 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #include "config.h"
 
 #if defined (TARGET_ARM)
@@ -15,10 +19,6 @@ MONO_HWCAP_VAR(arm_has_thumb2)
 
 // Nothing here yet.
 
-#elif defined (TARGET_IA64)
-
-// Nothing here yet.
-
 #elif defined (TARGET_MIPS)
 
 // Nothing here yet.
@@ -35,6 +35,11 @@ MONO_HWCAP_VAR(ppc_has_multiple_ls_units)
 
 MONO_HWCAP_VAR(s390x_has_fpe)
 MONO_HWCAP_VAR(s390x_has_vec)
+MONO_HWCAP_VAR(s390x_has_mlt)
+MONO_HWCAP_VAR(s390x_has_ia)
+MONO_HWCAP_VAR(s390x_has_gie)
+MONO_HWCAP_VAR(s390x_has_mie2)
+MONO_HWCAP_VAR(s390x_has_gs)
 
 #elif defined (TARGET_SPARC) || defined (TARGET_SPARC64)