rust/library/std/src/sys
Guillaume Gomez 82d4eaeaff
Rollup merge of #133543 - mustartt:aix-lgammaf_r-shim, r=cuviper
[AIX] create shim for lgammaf_r

On AIX, we don't have 32bit floating point for re-entrant `lgammaf_r` but we do have the 64bit floating point re-entrant `lgamma_r` so we can use the 64bit version instead and truncate back to a 32bit float.

This solves the linker missing symbol for `.lgammaf_r` when testing and using these parts of the `std`.
2024-11-28 03:14:51 +01:00
..
alloc Revert using HEAP static in Windows alloc 2024-10-18 11:11:38 +00:00
anonymous_pipe Remove unneeded pub(crate) 2024-07-31 13:45:14 +00:00
os_str Make CloneToUninit dyn-compatible 2024-11-12 15:08:41 -06:00
pal std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
path std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
personality Initial std library support for NuttX 2024-09-24 15:35:40 +08:00
random Use arc4random of libc for RTEMS target 2024-11-21 23:10:19 +01:00
sync std: allow after-main use of synchronization primitives 2024-11-18 17:55:36 +01:00
thread_local Remove unintended link 2024-11-02 04:09:17 -03:00
backtrace.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
cmath.rs fmt 2024-11-27 12:02:02 -05:00
exit_guard.rs Attempt to fix CI 2024-07-08 09:19:25 -05:00
mod.rs Revert Break into the debugger on panic (129019) 2024-09-25 17:53:57 +00:00