Skip to content

Commit 2c9a39e

Browse files
author
ripley
committed
add comment
git-svn-id: https://svn.r-project.org/R/trunk@87978 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fda749f commit 2c9a39e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nmath/mlutils.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ double R_pow_di(double x, int n)
105105
return pow;
106106
}
107107

108-
double NA_REAL = ML_NAN;
108+
double NA_REAL = ML_NAN; // Intel icx will not compile this.
109+
// In R it is computed at runtime.
109110
double R_PosInf = ML_POSINF, R_NegInf = ML_NEGINF;
110111

111112
#include <stdio.h>

0 commit comments

Comments
 (0)