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
F170547979: D31997.id.diff
Sat, Sep 5, 8:44 AM
F170535255: D31997.id.diff
Sat, Sep 5, 7:13 AM
Unknown Object (File)
Wed, Sep 2, 10:37 AM
Unknown Object (File)
Mon, Aug 31, 10:48 AM
Unknown Object (File)
Thu, Aug 27, 1:40 AM
Unknown Object (File)
Wed, Aug 26, 9:20 AM
Unknown Object (File)
Tue, Aug 11, 11:06 PM
Unknown Object (File)
Tue, Aug 11, 9:51 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