Intel compiler changes compat.h (#316)

This commit is contained in:
Grzegorz Wawiorko
2019-06-17 13:54:50 +02:00
committed by Kévin Petit
parent aa937ee347
commit ba2b6d5a24

View File

@@ -127,8 +127,6 @@ typedef long long int64_t;
#define M_PI 3.14159265358979323846264338327950288
#endif
#if ! defined( __INTEL_COMPILER )
#ifndef NAN
#define NAN (INFINITY - INFINITY)
#endif
@@ -148,6 +146,7 @@ typedef long long int64_t;
#define isinf( _x) ((_x) == INFINITY || (_x) == -INFINITY)
#endif
#if ! defined( __INTEL_COMPILER )
double rint( double x);
float rintf( float x);
long double rintl( long double x);