doc improvements and a pragma, which probably does nothing
This commit is contained in:
parent
5a010d3970
commit
540e7e44f8
2 changed files with 8 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue