[PATCH] D22701: [test-suite] Bitcode simd tests: align memory to 128.

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 15:00:38 PDT 2016


asbirlea added inline comments.

================
Comment at: Bitcode/simd_ops/simd_ops.cpp:19
@@ +18,3 @@
+#else
+    T *mem = (T *)memalign(128, w*h*sizeof(T));
+#endif
----------------
mehdi_amini wrote:
> Will this work on Windows?
I looked it up and I think I need to use "_aligned_malloc()".
Looking for ways to test it, I don't have one handy.


https://reviews.llvm.org/D22701





More information about the llvm-commits mailing list