mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 06:47:06 +01:00
Macos happy fix under nvcc
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user