Module Name: src Committed By: martin Date: Thu Jun 23 16:42:50 UTC 2022
Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/arch/powerpc: s_fma.S s_fmaf.S Log Message: Use "fmadd" to implement fma(3) on ppc. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/lib/libm/Makefile cvs rdiff -u -r0 -r1.1 src/lib/libm/arch/powerpc/s_fma.S \ src/lib/libm/arch/powerpc/s_fmaf.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.