Opened 14 years ago
Last modified 14 years ago
#1876 new defect
No SSE detection on Solaris
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When running mplayer on Solaris (x86), I get the following message:
Cannot test OS support for SSE, leaving disabled.
which appears to mean that there's simply no code written for Solaris to determine whether or not the CPU on which mplayer is running supports SSE and the OS allows you to use the instructions.
Solaris provides a system call, getisax(2), which returns this information.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | mplayer.diff added |
---|
comment:1 by , 14 years ago
I'm not sure whether the explicit setting of hasSSE2 is necessary, but it's obviously easy enough to take out.
Note:
See TracTickets
for help on using tickets.
Patch to enable SSE detection on Solaris