Skip to content

Commit 8daf2de

Browse files
committed
+ comment on test
1 parent 0567678 commit 8daf2de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4478,7 +4478,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
44784478
int main(void)
44794479
{
44804480
_Float16 val = 1.0f16;
4481-
int test = !isfinite(val) || isinf(val) || isnan(val);
4481+
int test = isinf(val) || isnan(val); /* basic support from libm */
44824482
double d = 3.14;
44834483
val = d;
44844484
return test;

0 commit comments

Comments
 (0)