summaryrefslogtreecommitdiff
path: root/clang/test/Sema/128bitfloat.cpp
AgeCommit message (Expand)Author
2023-11-20[PowerPC] Disable float128 on AIX in Clang (#67298)Qiu Chaofan
2022-11-06[test] Canonicalize PowerPC detection macros to __powerpc__Fangrui Song
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan
2021-03-15Allow __ieee128 as an alias to __float128 on ppcserge-sans-paille
2017-05-26Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic
2014-12-22Rename test.cc files to test.cpp.Nico Weber