acadia-newlib/newlib/libc/machine/riscv
Keith Packard 8e74c7119f riscv: Add 'break' statements to fpsetround switch
This makes the fpsetround function actually do something rather than
just return -1 due to the default 'fall-through' behavior of the switch
statement.

Signed-off-by: Keith Packard <keithp@keithp.com>
2020-01-21 10:28:35 +01:00
..
sys riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p 2019-10-09 11:00:45 -05:00
Makefile.am RISC-V: Add size optimized memcpy, memmove, memset and strcmp. 2019-05-22 17:36:57 -07:00
Makefile.in Miscellaneous Makefile.in regenerated 2019-08-09 17:49:16 +02:00
aclocal.m4
configure Bump up release to 3.2.0 for yearly snapshot 2020-01-02 14:56:24 -05:00
configure.in
ffs.c
ieeefp.c riscv: Add 'break' statements to fpsetround switch 2020-01-21 10:28:35 +01:00
memcpy-asm.S RISC-V: Add size optimized memcpy, memmove, memset and strcmp. 2019-05-22 17:36:57 -07:00
memcpy.c RISC-V: Add size optimized memcpy, memmove, memset and strcmp. 2019-05-22 17:36:57 -07:00
memmove-stub.c RISC-V: Add size optimized memcpy, memmove, memset and strcmp. 2019-05-22 17:36:57 -07:00
memmove.S RISC-V: Add size optimized memcpy, memmove, memset and strcmp. 2019-05-22 17:36:57 -07:00
memset.S RISC-V: Add size optimized memcpy, memmove, memset and strcmp. 2019-05-22 17:36:57 -07:00
setjmp.S
strcmp.S RISC-V: Add size optimized memcpy, memmove, memset and strcmp. 2019-05-22 17:36:57 -07:00
strcpy.c
strlen.c