commit | 4c6d66c47293a94792dcb226d5bbc86c034f2847 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Oct 07 20:46:48 2022 +0000 |
committer | Elliott Hughes <enh@google.com> | Fri Oct 07 21:15:26 2022 +0000 |
tree | fc7b94f724da87361dbdc4e420bd0248751bca6b | |
parent | 771eacc4703b35bc48ad2f86b9003532555c66c4 [diff] [blame] |
riscv64 <fenv.h>. Just the interface for now; implementation to come later. Test: treehugger Change-Id: Id1f0b158f708ff501b5e13fe92c6736e4507d7b6
diff --git a/libc/include/fenv.h b/libc/include/fenv.h index 7b775b6..3fd9852 100644 --- a/libc/include/fenv.h +++ b/libc/include/fenv.h
@@ -35,6 +35,8 @@ #include <bits/fenv_arm.h> #elif defined(__i386__) #include <bits/fenv_x86.h> +#elif defined(__riscv) +#include <bits/fenv_riscv64.h> #elif defined(__x86_64__) #include <bits/fenv_x86_64.h> #endif