Charlie Gordon b70e764427 Rewrite set_date_fields to match the ECMA specification
- use `double` arithmetic where necessary to match the spec
- use `volatile` to ensure correct order of evaluation
  and prevent FMA code generation
- reject some border cases.
- avoid undefined behavior in `double` -> `int64_t` conversions
- improved tests/test_builtin.js `assert` function to compare
  values more reliably.
- added some tests in `test_date()`
- disable some of these tests on win32 and cygwin targets
2024-02-21 21:22:10 +01:00
..
2024-02-10 16:19:17 +01:00
2024-02-10 16:19:17 +01:00
2024-02-17 21:54:19 +01:00
2024-02-17 21:54:19 +01:00
2024-02-11 18:38:47 +01:00
2024-02-10 16:19:17 +01:00
2024-02-17 21:54:19 +01:00
2024-02-10 16:19:17 +01:00
2024-02-10 16:19:17 +01:00
2024-02-10 16:19:17 +01:00
2024-02-10 16:19:17 +01:00
2024-02-10 16:19:17 +01:00
2020-09-06 19:10:15 +02:00