Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: llvm/llvm-project#44744
- Loading branch information