]> sourceware.org Git - newlib-cygwin.git/commit
RISC-V: Support long double math
authorKito Cheng <kito.cheng@sifive.com>
Mon, 4 Dec 2023 07:41:39 +0000 (15:41 +0800)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 4 Dec 2023 09:26:41 +0000 (10:26 +0100)
commit04798b7bb69571452d2cfc7e0b052a9bbd3b619d
treeaca72b73a38b6112c133669f13681a6ef7968915
parentbcd1883560b79b67f06fa1df6dea60d18fdd00c7
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.
newlib/Makefile.in
newlib/libc/include/math.h
newlib/libc/machine/riscv/machine/_fpmath.h [new file with mode: 0644]
newlib/libm/Makefile.inc
This page took 0.031955 seconds and 5 git commands to generate.