Age | Commit message (Expand) | Author |
---|---|---|
2018-05-03 | Implment scale2. | S. Gilles |
2018-04-18 | Implement exp. | S. Gilles |
2018-04-18 | Implement Horner's Scheme for polynomial evaluation. | S. Gilles |
2018-04-18 | Add round-to-nearest-integer. | S. Gilles |
2018-04-13 | Break out some fpmath functions to utililty file. | S. Gilles |
2018-03-29 | Implement sqrt in asm. | S. Gilles |
2018-03-29 | Implement sqrt. | S. Gilles |
2018-03-22 | Drop "fpmath-" prefix, it's redundant | S. Gilles |
2018-03-22 | Implement assembly version of fused multiply-add | S. Gilles |
2018-03-21 | Merge branch 'libmath-asm' into libmath | S. Gilles |
2018-03-20 | Implement fma64 | S. Gilles |
2018-03-13 | Implement Kahan and Priest summation | S. Gilles |
2018-03-13 | Allow CPU feature detection by mbld, and add "sse4" tag | S. Gilles |
2018-03-12 | Add asm implementations for trunc & co. | S. Gilles |
2018-03-12 | Implement a few simple floating-point functions | S. Gilles |