[PATCH] D12288: make fast unaligned memory accesses implicit with SSE4.2 or SSE4a
Zia Ansari via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 13:14:57 PDT 2015
zansari added a comment.
Hi Sanjay,
Just one tiny comment, otherwise lgtm.
Thanks,
Zia.
================
Comment at: lib/Target/X86/X86Subtarget.cpp:197
@@ +196,3 @@
+ // 16-bytes and under that are reasonably fast. These features were
+ // introduced with Intel's Nehalem and AMD's Family10h micro-architectures
+ // respectively.
----------------
Nehalem/Silvermont
http://reviews.llvm.org/D12288
More information about the llvm-commits
mailing list