mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-03 13:03:22 +00:00
dfb751eea0
Useful smoke test for the asymptoptic behaviour of our constant pooling code. Not useful for correctness testing, so skip in CI. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
28 lines
550 B
Plaintext
28 lines
550 B
Plaintext
# Needs Precision checking
|
|
Test_REP/F3_52.asm
|
|
Test_REP/F3_53.asm
|
|
Test_TwoByte/0F_52.asm
|
|
Test_TwoByte/0F_53.asm
|
|
Test_VEX/vrcpps.asm
|
|
Test_VEX/vrcpss.asm
|
|
Test_VEX/vrsqrtss.asm
|
|
Test_VEX/vrsqrtps.asm
|
|
|
|
# Not supported in userspace in all cases
|
|
Test_Primary/Primary_D7.asm
|
|
|
|
# Can't test this in a real environment
|
|
Test_Primary/Primary_E8.asm
|
|
Test_Primary/Primary_E9.asm
|
|
|
|
# Relies on undefined behaviour
|
|
Test_X87/D9_F9.asm
|
|
|
|
Test_X87/D9_F2.asm
|
|
|
|
# Relies on rounding correctness
|
|
Test_X87/D9_F8.asm
|
|
|
|
# This is basically a benchmark.
|
|
FEX_bugs/XeSS_quadratic.asm
|