Closed
Bug 668672
Opened 14 years ago
Closed 14 years ago
NEON detection in MSVC doesn't respect HAVE_ARM_NEON
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: derf, Assigned: derf)
References
Details
Attachments
(1 file)
753 bytes,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
The NEON detection added in bug 583958 accidentally checks HAVE_ARM_SIMD instead. This isn't a major issue because we don't actually compile for ARM on Windows yet, but it could cause confusion in the future.
Assignee | ||
Updated•14 years ago
|
Attachment #543299 -
Attachment is patch: true
Attachment #543299 -
Flags: review?(jmuizelaar)
Updated•14 years ago
|
Attachment #543299 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Whiteboard: [inbound]
Comment 2•14 years ago
|
||
Assignee: nobody → tterribe
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•