rust/library/core
Trevor Gross 8e2ca0c9d5 Add a disclaimer about x86 f128 math functions
Due to a LLVM bug, `f128` math functions link successfully but LLVM
chooses the wrong symbols (`long double` symbols rather than those for
binary128).

Since this is a notable problem that may surprise a number of users, add
a note about it.

Link: https://github.com/llvm/llvm-project/issues/44744
2024-08-01 15:38:53 -04:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Add a disclaimer about x86 f128 math functions 2024-08-01 15:38:53 -04:00
tests Stabilize offset_of_nested 2024-07-29 17:50:12 +01:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00