Skip to content

Commit

Permalink
Rollup merge of #133543 - mustartt:aix-lgammaf_r-shim, r=cuviper
Browse files Browse the repository at this point in the history
[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`.
  • Loading branch information
GuillaumeGomez authored Nov 28, 2024
2 parents 8253909 + b4173c8 commit 00aa1d5
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 00aa1d5

Please sign in to comment.