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
F113034671: D31997.id96180.diff
Tue, Mar 25, 4:37 PM
F113030745: D31997.id.diff
Tue, Mar 25, 3:15 PM
F113025302: D31997.diff
Tue, Mar 25, 1:23 PM
Unknown Object (File)
Mon, Mar 17, 7:34 PM
Unknown Object (File)
Mon, Mar 10, 5:11 AM
Unknown Object (File)
Sat, Mar 1, 4:21 PM
Unknown Object (File)
Jan 23 2025, 11:37 AM
Unknown Object (File)
Jan 10 2025, 8:49 AM
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