[PATCH] D12288: make fast unaligned memory accesses implicit with SSE4.2 or SSE4a
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 09:29:53 PDT 2015
spatel marked an inline comment as done.
================
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.
----------------
zansari wrote:
> Nehalem/Silvermont
Thanks - updated.
http://reviews.llvm.org/D12288
More information about the llvm-commits
mailing list