Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@sifive.com>2020-10-27 09:19:58 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-10-27 10:56:30 +0300
commitb847c83294e0ffb93427a946bb49e88a9190c313 (patch)
tree7af05f5df96706901649ce33f22a6342f799f488 /newlib/libm/machine/riscv/Makefile.am
parentb5f03509d1995e2a86b2dd337fe0e048fde67099 (diff)
RISC-V: Implment finite and fpclassify
Diffstat (limited to 'newlib/libm/machine/riscv/Makefile.am')
-rw-r--r--newlib/libm/machine/riscv/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libm/machine/riscv/Makefile.am b/newlib/libm/machine/riscv/Makefile.am
index 9443fb8e6..9e7b9e868 100644
--- a/newlib/libm/machine/riscv/Makefile.am
+++ b/newlib/libm/machine/riscv/Makefile.am
@@ -9,7 +9,8 @@ LIB_SOURCES = \
fesetexceptflag.c fesetround.c fetestexcept.c feupdateenv.c \
s_fma.c e_sqrt.c sf_fma.c ef_sqrt.c \
s_fmax.c s_fmin.c sf_fmax.c sf_fmin.c \
- s_fabs.c sf_fabs.c
+ s_fabs.c sf_fabs.c \
+ s_fpclassify.c sf_fpclassify.c
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(LIB_SOURCES)