diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-11-28 03:14:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-28 03:14:51 +0100 |
| commit | 82d4eaeafff45bad6c3d8b4210d37d1364b4b429 (patch) | |
| tree | a3b7e7d1432a564a92eaf60c2334d2db127a85ee /compiler/rustc_codegen_gcc | |
| parent | 0cad2dcba6f65dce3b235cb761be690cdae37869 (diff) | |
| parent | 527b6065ba684f0f2702bb7f1066f76bf691a69c (diff) | |
| download | rust-82d4eaeafff45bad6c3d8b4210d37d1364b4b429.tar.gz rust-82d4eaeafff45bad6c3d8b4210d37d1364b4b429.zip | |
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`.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions
