aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/common')
-rw-r--r--benchmarks/common/crt.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/common/crt.S b/benchmarks/common/crt.S
index de1d728..a821769 100644
--- a/benchmarks/common/crt.S
+++ b/benchmarks/common/crt.S
@@ -65,7 +65,7 @@ _start:
j tohost_exit
1:
-#ifdef __riscv_hard_float
+#ifdef __riscv_flen
# initialize FPU if we have one
andi t0, t0, 1 << ('f' - 'a')
beqz t0, 1f