box64/tests
2022-03-31 10:28:18 +02:00
..
extensions Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
benchfloat Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
benchfloat.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref01.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref02.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref03.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref04.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref05.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref06.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref07.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref08.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref09.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref10.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref11.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref12.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref13.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref14.txt Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
ref15.txt Attempts at conversion of va_list 2021-03-08 18:34:07 +01:00
ref16.txt Work on CMPSS and CMPSD ([DYNAREC] too) 2021-07-06 14:23:57 +02:00
ref17.txt More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable) 2022-03-31 10:28:18 +02:00
ref18.txt Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if available) 2021-08-28 16:46:59 +02:00
ref19.txt Fixed the backtrace wrapper (uses eh_frame information only) 2022-02-14 13:13:12 +01:00
test01 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test01.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test02 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test02.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test03 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test03.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test04 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test04.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test05 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test05.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test06 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test06.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test07 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test07.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test08 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test08.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test09 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test09.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test10 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test10.cpp Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test11 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test11.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test12 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test12.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test13 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test13.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test14 Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test14.c Added x86_64 tests (based on box86) 2021-02-28 13:19:23 +01:00
test15 Attempts at conversion of va_list 2021-03-08 18:34:07 +01:00
test15.c Attempts at conversion of va_list 2021-03-08 18:34:07 +01:00
test16 Work on CMPSS and CMPSD ([DYNAREC] too) 2021-07-06 14:23:57 +02:00
test16.c Work on CMPSS and CMPSD ([DYNAREC] too) 2021-07-06 14:23:57 +02:00
test17 More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable) 2022-03-31 10:28:18 +02:00
test17.c More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable) 2022-03-31 10:28:18 +02:00
test18 Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if available) 2021-08-28 16:46:59 +02:00
test18.c Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if available) 2021-08-28 16:46:59 +02:00
test19 Fixed the backtrace wrapper (uses eh_frame information only) 2022-02-14 13:13:12 +01:00
test19.c Fixed the backtrace wrapper (uses eh_frame information only) 2022-02-14 13:13:12 +01:00