================ @@ -0,0 +1,10 @@ +.. title:: clang-tidy - google-runtime-float + +google-runtime-float +==================== + +Finds uses of ``long double`` and suggests replacing them with 64-bit +or 128-bit floating-point types. ---------------- carlosgalvezp wrote:
What are 128-bit floating point types? I do not see any mention in the google guidelines. https://github.com/llvm/llvm-project/pull/156763 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits