Descriptionopenjpeg: Don't build with SSE instrinsics for 32-bit x86.
Fixes 32-bit clang-cl build.
These intrinsics require addresses with 16-byte alignment, which doesn't
cause issues for 64-bit builds because of allocator alignment. MSVC
doesn't recognise the __SSE__, __SSE2__ defines, which is why this problem
never surfaced before.
R=tsepez@chromium.org
BUG=pdfium:433
Committed: https://pdfium.googlesource.com/pdfium/+/2852ce07c4e5b1053420cbf375e098e09faf679c
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|