Descriptiongn: Don't build sse3 code in skia with -msse4.1.
Else the compiler can create SSE4.1 instructions for the SSE3 files, but we
only check for SSE3 when running that code. So the code might crash with
"unknown instruction" when running on a processor that has SSE3 but not SSE4.
This matches what the gyp build does.
Depends on https://codereview.chromium.org/1161853008/
BUG=496512
Committed: https://crrev.com/8e8785dd45bee98a19ce01dd8ea3a4fc64a2e236
Cr-Commit-Position: refs/heads/master@{#333171}
Patch Set 1 #Patch Set 2 : . #Messages
Total messages: 11 (4 generated)
|