Idris2/support
Johann Rudloff 18e15e2261 [ fix ] Cast CLOCKS_PER_SEC to float before division
The cast to float needs to happen before the division, otherwise integer
division will be performed, and as a result `CLOCKS_PER_NSEC` will
always be 0 if `CLOCKS_PER_SEC` < `NSEC_PER_SEC`.
2021-06-03 17:36:11 +01:00
..
c Simple signal handling (#1458) 2021-05-25 16:45:46 +01:00
chez Add RefC Buffer support 2021-05-20 14:25:16 +01:00
docs [ docs ] Remove unnecessary newlines in HTML declaration lists 2021-05-06 14:38:55 +01:00
gambit [ new ] Add Int(8/16/32/64) (#1352) 2021-05-04 08:22:06 +01:00
js Windows test fixes 2021-04-12 18:47:57 +02:00
racket Add RefC Buffer support 2021-05-20 14:25:16 +01:00
refc [ fix ] Cast CLOCKS_PER_SEC to float before division 2021-06-03 17:36:11 +01:00