diff options
author | Dan Gohman <dan433584@gmail.com> | 2019-01-24 20:33:28 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2019-01-24 20:33:28 +0000 |
commit | a957fa7e15a24ea7b2812abca300c002b018a023 (patch) | |
tree | 8e0bc2d8502ab0dd65bf05354b8c935f9b59d2fe /clang/test/Preprocessor/init.c | |
parent | ab82e8381f8ce4e0d44e89349fb6a33ba27aac30 (diff) | |
download | bcm5719-llvm-a957fa7e15a24ea7b2812abca300c002b018a023.tar.gz bcm5719-llvm-a957fa7e15a24ea7b2812abca300c002b018a023.zip |
[WebAssembly] Support __float128
This enables support for the "__float128" keyword.
Differential Revision: https://reviews.llvm.org/D57154
llvm-svn: 352100
Diffstat (limited to 'clang/test/Preprocessor/init.c')
-rw-r--r-- | clang/test/Preprocessor/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index d852102424e..c88881edd04 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -9159,6 +9159,7 @@ // WEBASSEMBLY-NEXT:#define __DECIMAL_DIG__ __LDBL_DECIMAL_DIG__ // WEBASSEMBLY-NOT:#define __ELF__ // WEBASSEMBLY-NEXT:#define __FINITE_MATH_ONLY__ 0 +// WEBASSEMBLY-NEXT:#define __FLOAT128__ 1 // WEBASSEMBLY-NEXT:#define __FLT16_DECIMAL_DIG__ 5 // WEBASSEMBLY-NEXT:#define __FLT16_DENORM_MIN__ 5.9604644775390625e-8F16 // WEBASSEMBLY-NEXT:#define __FLT16_DIG__ 3 |