Files
rust/library
Trevor Gross 6bbf64e1dd roundeven: Use an assembly implementation on i586
Add an assembly implementation for roundeven which also works for
`rint`, similar to the existing `ceil` and `floor` implementations. This
resolves cases where values close to the *.5 boundary would round the
incorrect direction, such as -519629176421.49976 (tested in
`case_list`).
2026-04-06 20:57:45 -04:00
..
2026-01-26 10:57:35 +00:00
2026-02-22 19:59:25 +01:00
2026-03-28 13:14:53 +01:00
2026-01-26 10:59:16 +00:00