mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[MESA32]
* Use SSE optimizations again svn path=/trunk/; revision=58707
This commit is contained in:
@@ -21,7 +21,7 @@ if((ARCH STREQUAL "i386") AND (NOT MSVC))
|
||||
x86/common_x86.c
|
||||
# x86/x86_xform.c
|
||||
# x86/3dnow.c
|
||||
# x86/sse.c
|
||||
x86/sse.c
|
||||
x86/common_x86_asm.S
|
||||
x86/x86_xform2.S
|
||||
x86/x86_xform3.S
|
||||
@@ -33,17 +33,17 @@ if((ARCH STREQUAL "i386") AND (NOT MSVC))
|
||||
x86/3dnow_xform3.S
|
||||
x86/3dnow_xform4.S
|
||||
x86/3dnow_normal.S
|
||||
# x86/sse_xform1.S
|
||||
# x86/sse_xform2.S
|
||||
# x86/sse_xform3.S
|
||||
# x86/sse_xform4.S
|
||||
# x86/sse_normal.S
|
||||
x86/sse_xform1.S
|
||||
x86/sse_xform2.S
|
||||
x86/sse_xform3.S
|
||||
x86/sse_xform4.S
|
||||
x86/sse_normal.S
|
||||
x86/read_rgba_span_x86.S)
|
||||
add_definitions(
|
||||
-DUSE_X86_ASM
|
||||
-DUSE_MMX_ASM
|
||||
-DUSE_3DNOW_ASM
|
||||
# -DUSE_SSE_ASM
|
||||
-DUSE_SSE_ASM
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user