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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 14:56:16 PDT 2016


mehdi_amini 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
----------------
Will this work on Windows?


https://reviews.llvm.org/D22701





More information about the llvm-commits mailing list