diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-01-27 08:57:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 08:57:27 -0800 |
commit | d1d952c206efc3a651270c69331b180330ac3efc (patch) | |
tree | b00bced493f4c1b13d41698cac324144e79de399 /libcxx/src | |
parent | ec6b2c63d93d8f8edeafcc7330d0b2349463d73d (diff) | |
download | llvm-d1d952c206efc3a651270c69331b180330ac3efc.zip llvm-d1d952c206efc3a651270c69331b180330ac3efc.tar.gz llvm-d1d952c206efc3a651270c69331b180330ac3efc.tar.bz2 |
[flang] Interpret 'Q' exponent letter as kind=16 even on x86 (#124158)
The compiler was interpreting 'Q' as an exponent letter in a literal
real constant as meaning real(kind=10) on x86-64, which is the legacy
80387 80-bit extended precision floating-point type. It turns out that
'Q' means kind=16 with all other compilers, even for x86-64 targets.
Change to conform.
Diffstat (limited to 'libcxx/src')
0 files changed, 0 insertions, 0 deletions