Closed
Bug 1517586
Opened 7 years ago
Closed 7 years ago
Enable skia neon code on aarch64-windows with clang-cl
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: away, Assigned: away)
References
Details
Attachments
(1 file)
MSVC doesn't have the support to compile this code, but clang-cl does, and in fact needs to compile it, because code elsewhere assumes the NEON functions exist under clang-cl (probably thanks to `#ifdef __aarch64__` triggering on clang-cl but not MSVC).
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/949d63540a25
Enable skia neon code on aarch64-windows with clang-cl r=lsalzman
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•