aboutsummaryrefslogtreecommitdiff
path: root/tests/escapei_double.c
AgeCommit message (Collapse)Author
2 daysfix big endian compilationKimplul
+ Code used some assumptions about type aliasing that might not hold for all systems
2025-03-14protect jit pagesKimplul
2025-03-14start supporting 32bit archesKimplul
2024-07-15remember to clean up properlyKimplul
2024-07-14jit tests pass (kind of) on x86_64Kimplul
2024-07-13make tests only compile onceKimplul
+ Select between jit/bytecode with a runtime parameter
2024-06-30continue working through test casesKimplul
+ Remove overflow and more complicated floating point tests for now