aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/include/math.h')
-rw-r--r--runtime/include/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/include/math.h b/runtime/include/math.h
index 422787e1..e7c9e475 100644
--- a/runtime/include/math.h
+++ b/runtime/include/math.h
@@ -15,7 +15,7 @@
#ifndef _COMPCERT_MATH_H
#define _COMPCERT_MATH_H
-#ifdef __K1C__
+#ifdef __KVX__
#define isfinite(__y) (fpclassify((__y)) >= FP_ZERO)