about summary refs log tree commit diff
path: root/src/math/i386/rint.s
Commit message (Collapse)AuthorAgeFilesLines
* math: move x87-family rint functions to C with inline asmAlexander Monakov2020-03-241-6/+0
|
* asm versions of some simple math functions for i386 and x86_64Rich Felker2012-03-181-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.