From 1448466337e61acc5d61d73dbc18acfd103a45cb Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Tue, 7 May 2019 14:10:44 +0200 Subject: [PATCH] cosmetics --- COMPILE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/COMPILE b/COMPILE index a211e04..a898662 100644 --- a/COMPILE +++ b/COMPILE @@ -15,10 +15,10 @@ flags. Fast math --------- -Specifying "-ffast-math" or "-ffp-contract=fast" is important for all compilers, since it allows the -compiler to fuse multiplications and additions into FMA instructions, which is -forbidden by the C99 standard. Since FMAs are a central aspect of the algorithm, -they are needed for optimum performance. +Specifying "-ffast-math" or "-ffp-contract=fast" is important for all compilers, +since it allows the compiler to fuse multiplications and additions into FMA +instructions, which is forbidden by the C99 standard. Since FMAs are a central +aspect of the algorithm, they are needed for optimum performance. If you are calling libsharp from other code which requires strict adherence to the C99 standard, you should still be able to compile libsharp with