Some MMX optimizations.

This commit is contained in:
OBattler
2023-07-16 03:43:54 +02:00
parent e47e1b62c8
commit 1d59351c03
5 changed files with 11 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#
add_library(cpu OBJECT cpu.c cpu_table.c fpu.c x86.c 808x.c 386.c 386_common.c
386_dynarec.c x86seg.c x87.c x87_timings.c 8080.c)
386_dynarec.c x86_ops_mmx.c x86seg.c x87.c x87_timings.c 8080.c)
if(AMD_K5)
target_compile_definitions(cpu PRIVATE USE_AMD_K5)