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>2023-12-04 10:41:39 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-12-04 12:26:41 +0300
commit04798b7bb69571452d2cfc7e0b052a9bbd3b619d (patch)
treeaca72b73a38b6112c133669f13681a6ef7968915 /newlib/libm
parentbcd1883560b79b67f06fa1df6dea60d18fdd00c7 (diff)
RISC-V: Support long double math
Long double for RISC-V is using 128 bit IEEE 754 format like Aarch64, so we reference AArch64 to support that.
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/Makefile.inc b/newlib/libm/Makefile.inc
index 28b84bfe2..bf31b1be7 100644
--- a/newlib/libm/Makefile.inc
+++ b/newlib/libm/Makefile.inc
@@ -87,6 +87,7 @@ include %D%/machine/spu/Makefile.inc
endif
if HAVE_LIBM_MACHINE_RISCV
include %D%/machine/riscv/Makefile.inc
+include %D%/ld128/Makefile.inc
endif
if HAVE_LIBM_MACHINE_X86_64
include %D%/machine/x86_64/Makefile.inc