[PATCH] D20617: [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 20:52:41 PDT 2016
majnemer added a subscriber: majnemer.
================
Comment at: lib/Headers/emmintrin.h:598
@@ -594,3 +597,3 @@
static __inline__ void __DEFAULT_FN_ATTRS
-_mm_store_pd(double *__dp, __m128d __a)
+_mm_store_pd1(double *__dp, __m128d __a)
{
----------------
You could use `__attribute__((align_value(16)))` no?
Repository:
rL LLVM
http://reviews.llvm.org/D20617
More information about the cfe-commits
mailing list