[PATCH] D40373: [x86][icelake]GFNI
coby via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 25 13:57:30 PST 2017
coby added inline comments.
================
Comment at: lib/Target/X86/X86.td:173
+def FeatureGFNI : SubtargetFeature<"gfni", "HasGFNI", "true",
+ "Enable Galios Field Arithmetic Instructions",
+ [FeatureSSE2]>;
----------------
craig.topper wrote:
> Isn't it Galois not Galios
Evariste *Galois*, indeed.
thx
Repository:
rL LLVM
https://reviews.llvm.org/D40373
More information about the llvm-commits
mailing list