llvm-project/libcxx
Martin Storsjö a03e17d4d9 [libcxx] [test] Generalize the conditions for testing bitcasts between long double, double and int128
MSVC targets also have a 64 bit long double, as do MinGW targets on ARM.
This hasn't been noticed in CI because the MSVC configurations there run
with _LIBCPP_HAS_NO_INT128 defined.

This avoids assuming that either __int128_t or double is equal in size to
long double. i386 MinGW targets have sizeof(long double) == 10, which
doesn't match any of the tested types.

Differential Revision: https://reviews.llvm.org/D111671
2021-10-13 22:55:01 +03:00
..
benchmarks [libc++][format] Implement Unicode support. 2021-10-02 11:57:40 +02:00
cmake [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
docs [libc++][docs] Mark LWG3274 as complete 2021-10-12 22:31:32 -04:00
include [libc++][docs] Mark LWG3274 as complete 2021-10-12 22:31:32 -04:00
lib [libc++][NFC] Add missing commits to the ABI changelog 2021-07-20 09:19:52 -04:00
src [libcxx][AIX] Explicitly include localedef.h in locale.cpp 2021-10-12 12:00:03 -04:00
test [libcxx] [test] Generalize the conditions for testing bitcasts between long double, double and int128 2021-10-13 22:55:01 +03:00
utils [libc++abi][ci] Add a from-scratch config for libc++abi on Apple/system 2021-10-13 08:07:40 -04:00
.clang-format [NFC][libc++] Update clang-format style. 2021-09-24 19:28:07 +02:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
CREDITS.TXT [NFC] Add contributor name to CREDITS.TXT 2021-09-29 14:48:32 -04:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml