Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-24 | math: move x87-family rint functions to C with inline asm | Alexander Monakov | 1 | -6/+0 | |
2012-03-18 | asm versions of some simple math functions for i386 and x86_64 | Rich Felker | 1 | -0/+6 | |
these are functions that have direct fpu approaches to implementation without problematic exception or rounding issues. x86_64 lacks float/double versions because i'm unfamiliar with the necessary sse code for performing these operations. |