4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-04 13:30:39 +08:00
Keith Packard via Newlib 373f628d04 libm/riscv: Fix machine-specific sqrt build process
Like ARM, some RISC-V implementations have hardware sqrt. Support for
that can be detected at compile time, which the code did. However, the
filenames were incorrect so that both the risc-v specific and general
code were getting included in the resulting library.

Fix this by following the ARM model and #include'ing the general code
when the architecture-specific support is not available.

Signed-off-by: Keith Packard <keithp@keithp.com>
2020-09-04 15:11:31 +02:00
..
2020-07-02 12:12:39 +02:00
2020-01-21 15:17:43 -05:00
2020-01-21 15:17:43 -05:00
2020-01-21 15:17:43 -05:00
2020-07-03 10:41:45 +02:00
2016-07-04 14:17:10 +01:00
2016-07-04 17:13:55 +01:00