rust/library/compiler-builtins/libm-test
Folkert de Vries 9c683d3487
Implement floor and ceil in assembly on i586
Fixes: https://github.com/rust-lang/compiler-builtins/issues/837

The assembly is based on

- 2043392793/lib/libm/arch/i387/s_floor.S
- 2043392793/lib/libm/arch/i387/s_ceil.S

Which both state

    /*
     * Written by J.T. Conklin <jtc@NetBSD.org>.
     * Public domain.
     */

Which I believe means we're good in terms of licensing.
2025-07-27 17:27:40 -04:00
..
benches libm: Improved integer utilities, implement shifts and bug fixes for i256 and u256 2025-07-01 08:07:48 +00:00
examples libm-test: Make extensive an attribute rather than a test type 2025-05-29 21:06:44 +00:00
src Implement floor and ceil in assembly on i586 2025-07-27 17:27:40 -04:00
tests libm: Improved integer utilities, implement shifts and bug fixes for i256 and u256 2025-07-01 08:07:48 +00:00
build.rs libm: Fix crate compilation 2025-04-19 18:23:45 -04:00
Cargo.toml Upgrade iai-callgrind to 0.15 2025-07-10 18:47:26 -04:00