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