mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Add comment regarding sse disable
This commit is contained in:
parent
20caac0967
commit
85138fa443
1 changed files with 2 additions and 0 deletions
|
|
@ -354,6 +354,8 @@ void _mesa_init_all_x86_transform_asm( void )
|
|||
check_os_sse_support();
|
||||
}
|
||||
if ( cpu_has_xmm ) {
|
||||
/* SSE segfaults when running conform, disabled for now - KW.
|
||||
*/
|
||||
if ( 0 && getenv( "MESA_NO_SSE" ) == 0 ) {
|
||||
message( "SSE cpu detected.\n" );
|
||||
_mesa_init_sse_transform_asm();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue