Closed
Bug 662765
Opened 14 years ago
Closed 14 years ago
Respect _M_IX86_FP
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla7
People
(Reporter: m_kato, Unassigned)
Details
Attachments
(1 file)
961 bytes,
patch
|
justin.lebar+bug
:
review+
|
Details | Diff | Splinter Review |
Although we don't use -arch:SSE2 or -arch:SSE option yet, we should handle _M_IX86_FP if available.
Reporter | ||
Updated•14 years ago
|
Attachment #537978 -
Flags: review?(justin.lebar+bug)
Comment 1•14 years ago
|
||
Comment on attachment 537978 [details] [diff] [review]
fix
>+ // It's ok to use SSE instructions based on the -arch option
>+ // It's ok to use SSE2 instructions based on the -arch option
Nit: It should be "/arch".
Aside from that, looks good to me.
Attachment #537978 -
Flags: review?(justin.lebar+bug) → review+
Reporter | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
You need to log in
before you can comment on or make changes to this bug.
Description
•