mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[MESA32]
* Disable SSE optimizations, as they only cause mayhem. svn path=/trunk/; revision=58660
This commit is contained in:
parent
ed6dfe5bc8
commit
1e9daf540e
1 changed files with 7 additions and 6 deletions
|
@ -33,17 +33,18 @@ if((ARCH STREQUAL "i386") AND (NOT MSVC))
|
||||||
x86/3dnow_xform3.S
|
x86/3dnow_xform3.S
|
||||||
x86/3dnow_xform4.S
|
x86/3dnow_xform4.S
|
||||||
x86/3dnow_normal.S
|
x86/3dnow_normal.S
|
||||||
x86/sse_xform1.S
|
# x86/sse_xform1.S
|
||||||
x86/sse_xform2.S
|
# x86/sse_xform2.S
|
||||||
x86/sse_xform3.S
|
# x86/sse_xform3.S
|
||||||
x86/sse_xform4.S
|
# x86/sse_xform4.S
|
||||||
x86/sse_normal.S
|
# x86/sse_normal.S
|
||||||
x86/read_rgba_span_x86.S)
|
x86/read_rgba_span_x86.S)
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-DUSE_X86_ASM
|
-DUSE_X86_ASM
|
||||||
-DUSE_MMX_ASM
|
-DUSE_MMX_ASM
|
||||||
-DUSE_3DNOW_ASM
|
-DUSE_3DNOW_ASM
|
||||||
-DUSE_SSE_ASM)
|
# -DUSE_SSE_ASM
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
|
Loading…
Reference in a new issue