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)
Sat, Dec 7, 11:56 AM
Unknown Object (File)
Nov 19 2024, 4:16 PM
Unknown Object (File)
Nov 11 2024, 8:56 PM
Unknown Object (File)
Nov 11 2024, 8:50 PM
Unknown Object (File)
Nov 11 2024, 8:15 PM
Unknown Object (File)
Nov 8 2024, 5:52 PM
Unknown Object (File)
Oct 23 2024, 12:27 AM
Unknown Object (File)
Oct 14 2024, 9:50 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