mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 05:46:07 +00:00

On x86 long double is 80 bit with padding, which produces uninitialized bits in the result. This will trigger errors with -fsanitize-memory-param-retval. Can be triggered with D123979. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D123980