mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 13:15:55 +01:00
Macos happy fix under nvcc
This commit is contained in:
parent
ffde81f22a
commit
82ecd520c7
@ -10,10 +10,12 @@
|
|||||||
#ifndef INCLUDED_BIGFLOAT_H
|
#ifndef INCLUDED_BIGFLOAT_H
|
||||||
#define INCLUDED_BIGFLOAT_H
|
#define INCLUDED_BIGFLOAT_H
|
||||||
|
|
||||||
|
#define __GMP_WITHIN_CONFIGURE
|
||||||
#include <gmp.h>
|
#include <gmp.h>
|
||||||
#include <mpf2mpfr.h>
|
#include <mpf2mpfr.h>
|
||||||
#include <mpfr.h>
|
#include <mpfr.h>
|
||||||
|
#undef __GMP_WITHIN_CONFIGURE
|
||||||
|
|
||||||
class bigfloat {
|
class bigfloat {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user