1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Temporarily disable gmp dependency simply because Cray XC30's I'm benchmarking

have a downlevel gmp version that chokes on ::max_align_t where gmp had a
bug as far as I recall.
This commit is contained in:
paboyle 2015-07-01 22:47:33 +01:00
parent 0aec35bfc0
commit c0ea404a7c

View File

@ -15,7 +15,7 @@
#ifndef INCLUDED_ALG_REMEZ_H
#define INCLUDED_ALG_REMEZ_H
#include <algorithms/approx/bigfloat.h>
#include <algorithms/approx/bigfloat_double.h>
#define JMAX 10000 //Maximum number of iterations of Newton's approximation
#define SUM_MAX 10 // Maximum number of terms in exponential