summaryrefslogtreecommitdiff
path: root/src/support/safe_integer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+10
* Fix warnings from -Wheader-hygiene and -Wimplicit-const-int-float-conversion ...Martin Kustermann2022-11-171-2/+2
* Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976)Alon Zakai2020-07-221-2/+2
* Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975)Alon Zakai2020-07-221-2/+2
* Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968)Alon Zakai2020-07-211-2/+2
* More efficient isInteger util (#2945)Max Graey2020-07-061-1/+1
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-12/+16
* Fix Visual Studio 2015 warnings about casting from double to int32_t in safe_...BSalita2016-05-121-2/+2
* Fix {i32,i64}.trunc_{s,u}/{f32,f64} in interpreter (#421)Ben Smith2016-05-021-0/+92
* Tighten safe integerJF Bastien2016-03-281-16/+18
* remove bogus asserts from safe_integer castsAlon Zakai2016-03-281-4/+0
* Safe integer: assert before converting double to integer.JF Bastien2016-01-101-0/+5
* Add Travis builds with sanitizersJF Bastien2016-01-101-0/+70