This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 0/8] RISC-V glibc port for the 32-bit
- From: Zong Li <zongbox at gmail dot com>
- To: joseph at codesourcery dot com
- Cc: Zong Li <zong at andestech dot com>, Palmer Dabbelt <palmer at dabbelt dot com>, darius at bluespec dot com, Andrew Waterman <andrew at sifive dot com>, dj at redhat dot com, libc-alpha at sourceware dot org
- Date: Fri, 27 Jul 2018 09:09:17 +0800
- Subject: Re: [PATCH v3 0/8] RISC-V glibc port for the 32-bit
- References: <cover.1532587497.git.zong@andestech.com> <alpine.DEB.2.20.1807261507470.25831@digraph.polyomino.org.uk>
Joseph Myers <joseph@codesourcery.com> 於 2018年7月26日 週四 下午11:09寫道:
>
> On Thu, 26 Jul 2018, Zong Li wrote:
>
> > sysdeps/riscv/rv32/rvd/libm-test-ulps | 1658 ++++++++++++++++
> > sysdeps/riscv/rv32/rvd/libm-test-ulps-name | 1 +
>
> I'd expect sysdeps/riscv/rv64/rvd/libm-test-ulps to move to
> sysdeps/riscv/rvd/ instead, unless you have a concrete reason why there
> should be different ulps for 32-bit and 64-bit RISC-V (and as long as you
> have unresolved math test failures, it would be hard to justify such a
> difference).
>
Make sense, we need to resolve math and then modify related files.