glibc:azanella/mips-hw-fp-round

Last commit made on 2023-12-27
Get this branch:
git clone -b azanella/mips-hw-fp-round https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
azanella/mips-hw-fp-round
Repository:
lp:glibc

Recent commits

b0a9740... by Adhemerval Zanella

mips: Implement roundevenf with hardware floating-point rounding instruction

8b3c945... by Adhemerval Zanella

mips: Implement truncf with hardware floating-point rounding instruction

16da0a4... by Adhemerval Zanella

mips: Implement floorf with hardware floating-point rounding instruction

ac1ef8b... by Adhemerval Zanella

mips: Implement ceilf with hardware floating-point rounding instruction

78768e9... by Adhemerval Zanella

mips: Implement roundeven with hardware floating-point rounding instruction

b046c66... by Adhemerval Zanella

mips: Implement trunc with hardware floating-point rounding instruction

28e3562... by Adhemerval Zanella

mips: Implement floor with hardware floating-point rounding instruction

96af11c... by Adhemerval Zanella

mips: Implement ceil with hardware floating-point rounding instruction

59eae17... by Adhemerval Zanella

math: Add test to check if round raise inexact floating-point exception

It is not allowed anymore on ISO C23.

3dd8f50... by Adhemerval Zanella

math: Add test to check if trunc raise inexact floating-point exception

It is not allowed anymore on ISO C23.