about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/math/arch
AgeCommit message (Expand)AuthorLines
2025-07-27Implement `floor` and `ceil` in assembly on `i586`Folkert de Vries-30/+55
2025-05-28aarch64: Add a note saying why we use `frintx` rather than `frintn`Trevor Gross-0/+6
2025-05-06Require `target_has_atomic = "ptr"` for runtime feature detectionTrevor Gross-3/+7
2025-05-03Use runtime feature detection for fma routines on x86Trevor Gross-1/+369
2025-05-03Rename the i686 module to x86Trevor Gross-2/+2
2025-04-19libm: Flatten the `libm/libm` directoryTrevor Gross-0/+279