doc improvements and a pragma, which probably does nothing

This commit is contained in:
Martin Reinecke 2019-02-27 10:44:38 +01:00
parent 5a010d3970
commit 540e7e44f8
2 changed files with 8 additions and 3 deletions

View file

@ -42,6 +42,11 @@
#include "libsharp/sharp_internal.h"
#include "c_utils/c_utils.h"
// In the following, we explicitly allow the compiler to contract floating
// point operations, like multiply-and-add.
// Unfortunately, most compilers don't act on this pragma yet.
#pragma STDC FP_CONTRACT ON
typedef complex double dcmplx;
#define nv0 (128/VLEN)