Commits

Marius Hillenbrand authored 77ea73f5e55
s390x: for clang use fp-contract=on instead of fast Make clang slightly more cautious when contracting floating-point operations (e.g., when applying fused multiply add) by setting -ffp-contract=on (instead of fast). Signed-off-by: Marius Hillenbrand <mhillen@linux.ibm.com>