Page MenuHomeFreeBSD

libgcc_s: Export 64-bit int to 128-bit float functions
ClosedPublic

Authored by jrtc27 on Sep 16 2021, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 3:26 PM
Unknown Object (File)
Sat, Apr 18, 12:46 PM
Unknown Object (File)
Apr 11 2026, 6:32 AM
Unknown Object (File)
Apr 10 2026, 8:14 AM
Unknown Object (File)
Apr 8 2026, 2:08 AM
Unknown Object (File)
Apr 7 2026, 3:34 PM
Unknown Object (File)
Apr 5 2026, 8:48 PM
Unknown Object (File)
Apr 3 2026, 11:52 PM
Subscribers

Details

Summary

The corresponding 32-bit int and 128-bit int functions were added in
790a6be5a169, as were all combinations of the float to int functions,
but these two were overlooked. __floatditf is needed to build curl for
riscv as there's a signed 64-bit int to 128-bit float conversion in
lib/progress.c's trspeed as of 7.77.0.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable