RISC-V: Regenerate ULPs
Generated on a VisionFive 2 board running Linux version 6.12.6 and
GCC 14.2.0.
Needed due to:
- commit
bbd578b38df4 ("math: Use expm1f from CORE-MATH")
- commit
8ae9e513762b ("math: Use log1pf from CORE-MATH")
- commit
0ae0af68d8fa ("Implement C23 cospi")
- commit
776938e8b8dc ("Implement C23 sinpi")
- commit
f9e90e4b4ce7 ("Implement C23 tanpi")
- commit
28d102d15c6a ("Implement C23 acospi")
- commit
f962932206ec ("Implement C23 asinpi")
- commit
ffe79c446ced ("Implement C23 atanpi")
- commit
3374de90386f ("Implement C23 atan2pi")
- commit
a357d6273f79 ("math: Use atanf from CORE-MATH")
- commit
6f9bacf36b20 ("math: Use atan2f from CORE-MATH")
- commit
e5ca265a9c90 ("new inputs with large errors for [a]cospi,
[a]sinpi, [a]tanpi, atan2pi")
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>