[clang-tools-extra] [Clang-Tidy] Add google-runtime-float Clang-Tidy check (PR #156763)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 4 06:15:03 PDT 2025
================
@@ -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.
----------------
HerrCai0907 wrote:
agree. I am also wondering what is the portable 128bit float?
https://github.com/llvm/llvm-project/pull/156763
More information about the cfe-commits
mailing list