Open
Bug 585738
Opened 14 years ago
Updated 2 years ago
SSE.h-based code doesn't do useful runtime detection on gcc platforms
Categories
(Core :: XPCOM, defect)
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
Details
In bug 513422, I have up on trying to get gcc to compile SSE* intrinsics in a file compiled with options saying that the compiler can't assume SSE* support. In theory, this ought to work with gcc (and I believe it does in C, just not in C++).
Once gcc is fixed, we should fix SSE.h so we benefit from this.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•