Enable Intel GFNI instructions.
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index fdfaa519904928e7c40f196cc9e25a84158415f8..aff7f9b8f7c0e2c22a74fcc90c687afc299ab530 100644 (file)
@@ -996,6 +996,8 @@ static const arch_entry cpu_arch[] =
     CPU_PTWRITE_FLAGS, 0 },
   { STRING_COMMA_LEN (".cet"), PROCESSOR_UNKNOWN,
     CPU_CET_FLAGS, 0 },
+  { STRING_COMMA_LEN (".gfni"), PROCESSOR_UNKNOWN,
+    CPU_GFNI_FLAGS, 0 },
 };
 
 static const noarch_entry cpu_noarch[] =
This page took 0.026115 seconds and 4 git commands to generate.