nemanjai added inline comments. ================ Comment at: test/Sema/128bitfloat.cpp:4 @@ -3,1 +3,3 @@ +#ifdef __x86_64__ +__float128 f; ---------------- I think it'll be better if I change this to #ifdef __FLOAT228__ Repository: rL LLVM http://reviews.llvm.org/D19125