Open Bug 1188708 Opened 10 years ago Updated 2 years ago

Report SSE*/AVX/etc availability in about:support

Categories

(Toolkit :: General, defect)

defect

Tracking

()

People

(Reporter: seth, Unassigned)

Details

(Apologies, this is probably the wrong component.) Can we report the availability of SSE*/AVX/etc in about:support? I'm suspicious that we're accidentally running SSE2 code on processors that don't support it in a bug I've been investigating recently, and it took a long time to notice the issue. It would have been helpful to have this information in about:support, as then a pattern would have emerged more quickly.
We can have SSE(SSE2/SSSE3/SSE4.1) support data via telemetry - cpu.extensions. But AVX/AVX2 isn't.
Ted, do you know if/where we could get the AVX data from JS? I'm also not really sure what "cpu.extensions" is, DXR turns up 0 hits.
Flags: needinfo?(ted)
Product: Firefox → Toolkit
Flags: needinfo?(ted)
This information is available in about:telemtry - Environment Data - system, isn't?
(In reply to Guilherme Lima from comment #4) > This information is available in about:telemtry - Environment Data - system, > isn't? This is reported by bug 1272359
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.