Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | Add asm versions of fmod(), fmodf() and fmodl() on amd64. Add asm | Bruce Evans | 2016-09-04 | 1 | -1/+2 |
* | Add assembly versions of remquol() and remainderl(). | David Schultz | 2008-03-30 | 1 | -2/+4 |
* | Hook up sqrtl() to the build. | David Schultz | 2008-03-02 | 1 | -1/+1 |
* | Use hardware remainder on amd64 since it is 5 to 10 times faster than | Bruce Evans | 2008-02-13 | 1 | -1/+2 |
* | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | David Schultz | 2008-01-14 | 1 | -3/+3 |
* | Add logbl(3) to libm. | David Schultz | 2007-12-17 | 1 | -1/+2 |
* | Add symbol versioning to libm. | Daniel Eischen | 2006-03-27 | 1 | -0/+1 |
* | More optimized math functions. | David Schultz | 2005-04-16 | 1 | -1/+2 |
* | Implement and document remquo() and remquof(). | David Schultz | 2005-03-25 | 1 | -1/+1 |
* | Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 1 | -0/+1 |
* | Move machine-dependent crud to its own makefile. | David Schultz | 2005-02-04 | 1 | -0/+3 |