Module Name: src Committed By: he Date: Thu Jun 23 07:50:14 UTC 2022
Modified Files: src/lib/libm: Makefile Log Message: libm: build fma(3), fmaf(3), fmal(3) on powerpc. For now this builds the C version, for completeness, so that e.g. lang/ocaml can be configured & built. However, googling reveals that powerpc does have a "fused multiply add" instruction, ref. https://www.ibm.com/docs/en/aix/7.1?topic=set-fmadd-fma-floating-multiply-add-instruction so this could probably be taken advantage of for a more optimized version. To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/lib/libm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.