commit | cc7927c6b4f6ce1f1e3d25341217380d3121e1d1 | [log] [tgz] |
---|---|---|
author | Michael Jones <michaelrj@google.com> | Tue Nov 12 12:52:08 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 12 12:55:05 2024 -0800 |
tree | 5e4ff8ac5041b456782d1b9d780648cb2184f452 | |
parent | 04ffd88ad5f6f00642e9805a579b5f2a61baa7eb [diff] |
[libc] Fix fpbits test running 80bit ld everywhere (#115937) After #115084 the 80 bit long double tests error if sizeof(long double) isn't 96 or 128 bits. This caused failures in long double is double systems (since long double is 64 bits) so I've disabled the 80 bit long double tests on systems that don't use them. GitOrigin-RevId: 6aa74038588ed47e3fc0d829c1e7538cc110ba39