summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/fpu/fpu_sqrt.c
AgeCommit message (Expand)Author
2022-09-06Style sync with other parts of this file, as well as FreeBSD:rin
2022-09-06Fix errors in calculation of intermediate mantissa bits > 95.rin
2022-09-06IEEE 754 and Power ISA require sqrt(+0) = +0 and sqrt(-0) = -0, not Inf.rin
2022-09-01Do not raise SNaN exception for QNaN.rin
2022-05-24s/equivalant/equivalent/ in copy pasted comment.andvar
2020-06-27Return +INF without exception for +INF, as required by the architecture.rin
2020-06-27Fix typo in DPRINTF.rin
2020-06-27Set FPSCR[VXSQRT] for non-zero negative operand.rin
2020-06-27Sort headers. No functional changes intended.rin
2014-02-25Mark a temporary as __USEdmartin
2005-12-11merge ktrace-lwp.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2001-06-13Add a port to IBM's PPC405GP Reference Board (the "walnut")simonb