Closed
Bug 774414
Opened 13 years ago
Closed 13 years ago
Disable sse by default on the 32 bit linux build of clang
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: espindola, Unassigned)
Details
Attachments
(1 file)
|
1.20 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
Newer version of gcc assume sse and sse2 since r157081. Our gcc 4.5 doesn't and it looks like we still want to support machines without sse2. This patch changes clang's default to match gcc 4.5.
OS X is not modified since apple's gcc-4.2 assumes SSE3 (and so does clang on OSX).
Attachment #642685 -
Flags: review?(rail)
Updated•13 years ago
|
Attachment #642685 -
Flags: review?(rail) → review+
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•