mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:26:03 +00:00
[MESA32]
* Use SSE optimizations again svn path=/trunk/; revision=58707
This commit is contained in:
parent
fdbe59546d
commit
52848627a1
1 changed files with 7 additions and 7 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue