[libc-commits] [libc] [libc][math][c23] add c23 floating point fmaximum and fminimum fns (PR #86016)

via libc-commits libc-commits at lists.llvm.org
Wed Mar 20 14:45:05 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 6cc8d54a75939b18b72cc631d457613de3bef3a4 1c6e19c3394e39b9d45ff9681354a6bfc3d1b5f3 -- libc/src/math/amdgpu/fmaximum.cpp libc/src/math/amdgpu/fmaximum_mag.cpp libc/src/math/amdgpu/fmaximum_mag_num.cpp libc/src/math/amdgpu/fmaximum_mag_numf.cpp libc/src/math/amdgpu/fmaximum_mag_numl.cpp libc/src/math/amdgpu/fmaximum_magf.cpp libc/src/math/amdgpu/fmaximum_magl.cpp libc/src/math/amdgpu/fmaximum_num.cpp libc/src/math/amdgpu/fmaximum_numf.cpp libc/src/math/amdgpu/fmaximum_numl.cpp libc/src/math/amdgpu/fmaximumf.cpp libc/src/math/amdgpu/fmaximuml.cpp libc/src/math/amdgpu/fminimum.cpp libc/src/math/amdgpu/fminimum_mag.cpp libc/src/math/amdgpu/fminimum_mag_num.cpp libc/src/math/amdgpu/fminimum_mag_numf.cpp libc/src/math/amdgpu/fminimum_mag_numl.cpp libc/src/math/amdgpu/fminimum_magf.cpp libc/src/math/amdgpu/fminimum_magl.cpp libc/src/math/amdgpu/fminimum_num.cpp libc/src/math/amdgpu/fminimum_numf.cpp libc/src/math/amdgpu/fminimum_numl.cpp libc/src/math/amdgpu/fminimumf.cpp libc/src/math/amdgpu/fminimuml.cpp libc/src/math/fmaximum.h libc/src/math/fmaximum_mag.h libc/src/math/fmaximum_mag_num.h libc/src/math/fmaximum_mag_numf.h libc/src/math/fmaximum_mag_numf128.h libc/src/math/fmaximum_mag_numl.h libc/src/math/fmaximum_magf.h libc/src/math/fmaximum_magf128.h libc/src/math/fmaximum_magl.h libc/src/math/fmaximum_num.h libc/src/math/fmaximum_numf.h libc/src/math/fmaximum_numf128.h libc/src/math/fmaximum_numl.h libc/src/math/fmaximumf.h libc/src/math/fmaximumf128.h libc/src/math/fmaximuml.h libc/src/math/fminimum.h libc/src/math/fminimum_mag.h libc/src/math/fminimum_mag_num.h libc/src/math/fminimum_mag_numf.h libc/src/math/fminimum_mag_numf128.h libc/src/math/fminimum_mag_numl.h libc/src/math/fminimum_magf.h libc/src/math/fminimum_magf128.h libc/src/math/fminimum_magl.h libc/src/math/fminimum_num.h libc/src/math/fminimum_numf.h libc/src/math/fminimum_numf128.h libc/src/math/fminimum_numl.h libc/src/math/fminimumf.h libc/src/math/fminimumf128.h libc/src/math/fminimuml.h libc/src/math/generic/fmaximum.cpp libc/src/math/generic/fmaximum_mag.cpp libc/src/math/generic/fmaximum_mag_num.cpp libc/src/math/generic/fmaximum_mag_numf.cpp libc/src/math/generic/fmaximum_mag_numf128.cpp libc/src/math/generic/fmaximum_mag_numl.cpp libc/src/math/generic/fmaximum_magf.cpp libc/src/math/generic/fmaximum_magf128.cpp libc/src/math/generic/fmaximum_magl.cpp libc/src/math/generic/fmaximum_num.cpp libc/src/math/generic/fmaximum_numf.cpp libc/src/math/generic/fmaximum_numf128.cpp libc/src/math/generic/fmaximum_numl.cpp libc/src/math/generic/fmaximumf.cpp libc/src/math/generic/fmaximumf128.cpp libc/src/math/generic/fmaximuml.cpp libc/src/math/generic/fminimum.cpp libc/src/math/generic/fminimum_mag.cpp libc/src/math/generic/fminimum_mag_num.cpp libc/src/math/generic/fminimum_mag_numf.cpp libc/src/math/generic/fminimum_mag_numf128.cpp libc/src/math/generic/fminimum_mag_numl.cpp libc/src/math/generic/fminimum_magf.cpp libc/src/math/generic/fminimum_magf128.cpp libc/src/math/generic/fminimum_magl.cpp libc/src/math/generic/fminimum_num.cpp libc/src/math/generic/fminimum_numf.cpp libc/src/math/generic/fminimum_numf128.cpp libc/src/math/generic/fminimum_numl.cpp libc/src/math/generic/fminimumf.cpp libc/src/math/generic/fminimumf128.cpp libc/src/math/generic/fminimuml.cpp libc/src/math/nvptx/fmaximum.cpp libc/src/math/nvptx/fmaximumf.cpp libc/test/src/math/smoke/FMaximumMagNumTest.h libc/test/src/math/smoke/FMaximumMagTest.h libc/test/src/math/smoke/FMaximumNumTest.h libc/test/src/math/smoke/FMaximumTest.h libc/test/src/math/smoke/FMinimumMagNumTest.h libc/test/src/math/smoke/FMinimumMagTest.h libc/test/src/math/smoke/FMinimumNumTest.h libc/test/src/math/smoke/FMinimumTest.h libc/test/src/math/smoke/fmaximum_mag_num_test.cpp libc/test/src/math/smoke/fmaximum_mag_numf128_test.cpp libc/test/src/math/smoke/fmaximum_mag_numf_test.cpp libc/test/src/math/smoke/fmaximum_mag_numl_test.cpp libc/test/src/math/smoke/fmaximum_mag_test.cpp libc/test/src/math/smoke/fmaximum_magf128_test.cpp libc/test/src/math/smoke/fmaximum_magf_test.cpp libc/test/src/math/smoke/fmaximum_magl_test.cpp libc/test/src/math/smoke/fmaximum_num_test.cpp libc/test/src/math/smoke/fmaximum_numf128_test.cpp libc/test/src/math/smoke/fmaximum_numf_test.cpp libc/test/src/math/smoke/fmaximum_numl_test.cpp libc/test/src/math/smoke/fmaximum_test.cpp libc/test/src/math/smoke/fmaximumf128_test.cpp libc/test/src/math/smoke/fmaximumf_test.cpp libc/test/src/math/smoke/fmaximuml_test.cpp libc/test/src/math/smoke/fminimum_mag_num_test.cpp libc/test/src/math/smoke/fminimum_mag_numf128.cpp libc/test/src/math/smoke/fminimum_mag_numf_test.cpp libc/test/src/math/smoke/fminimum_mag_numl_test.cpp libc/test/src/math/smoke/fminimum_mag_test.cpp libc/test/src/math/smoke/fminimum_magf128_test.cpp libc/test/src/math/smoke/fminimum_magf_test.cpp libc/test/src/math/smoke/fminimum_magl_test.cpp libc/test/src/math/smoke/fminimum_num_test.cpp libc/test/src/math/smoke/fminimum_numf128_test.cpp libc/test/src/math/smoke/fminimum_numf_test.cpp libc/test/src/math/smoke/fminimum_numl_test.cpp libc/test/src/math/smoke/fminimum_test.cpp libc/test/src/math/smoke/fminimumf128_test.cpp libc/test/src/math/smoke/fminimumf_test.cpp libc/test/src/math/smoke/fminimuml_test.cpp libc/src/__support/FPUtil/BasicOperations.h libc/test/src/math/smoke/FMaxTest.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/libc/src/__support/FPUtil/BasicOperations.h b/libc/src/__support/FPUtil/BasicOperations.h
index de04f6d0a3..c269da6979 100644
--- a/libc/src/__support/FPUtil/BasicOperations.h
+++ b/libc/src/__support/FPUtil/BasicOperations.h
@@ -135,12 +135,12 @@ LIBC_INLINE T fmaximum_mag(T x, T y) {
   FPBits<T> bitx(x), bity(y);
 
   if (abs(x) > abs(y)) {
-      return x;
-    } else if (abs(y) > abs(x)) {
-      return y;
-    } else {
-      return fmaximum(x, y);
-    }
+    return x;
+  } else if (abs(y) > abs(x)) {
+    return y;
+  } else {
+    return fmaximum(x, y);
+  }
 }
 
 template <typename T, cpp::enable_if_t<cpp::is_floating_point_v<T>, int> = 0>
@@ -148,12 +148,12 @@ LIBC_INLINE T fminimum_mag(T x, T y) {
   FPBits<T> bitx(x), bity(y);
 
   if (abs(x) < abs(y)) {
-      return x;
-    } else if (abs(y) < abs(x)) {
-      return y;
-    } else {
-      return fminimum(x, y);
-    }
+    return x;
+  } else if (abs(y) < abs(x)) {
+    return y;
+  } else {
+    return fminimum(x, y);
+  }
 }
 
 template <typename T, cpp::enable_if_t<cpp::is_floating_point_v<T>, int> = 0>
@@ -161,12 +161,12 @@ LIBC_INLINE T fmaximum_mag_num(T x, T y) {
   FPBits<T> bitx(x), bity(y);
 
   if (abs(x) > abs(y)) {
-      return x;
-    } else if (abs(y) > abs(x)) {
-      return y;
-    } else {
-      return fmaximum_num(x, y);
-    }
+    return x;
+  } else if (abs(y) > abs(x)) {
+    return y;
+  } else {
+    return fmaximum_num(x, y);
+  }
 }
 
 template <typename T, cpp::enable_if_t<cpp::is_floating_point_v<T>, int> = 0>
@@ -174,14 +174,14 @@ LIBC_INLINE T fminimum_mag_num(T x, T y) {
   FPBits<T> bitx(x), bity(y);
 
   if (abs(x) < abs(y)) {
-      return x;
-    } else if (abs(y) < abs(x)) {
-      return y;
-    } else {
-      return fminimum_num(x, y);
-    }
+    return x;
+  } else if (abs(y) < abs(x)) {
+    return y;
+  } else {
+    return fminimum_num(x, y);
+  }
 }
-  
+
 template <typename T, cpp::enable_if_t<cpp::is_floating_point_v<T>, int> = 0>
 LIBC_INLINE T fdim(T x, T y) {
   FPBits<T> bitx(x), bity(y);
diff --git a/libc/src/math/amdgpu/fmaximum.cpp b/libc/src/math/amdgpu/fmaximum.cpp
index a121feb79a..3b27b272cf 100644
--- a/libc/src/math/amdgpu/fmaximum.cpp
+++ b/libc/src/math/amdgpu/fmaximum.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum function for GPU -----------------------===//
+//===-- Implementation of the fmaximum function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_mag.cpp b/libc/src/math/amdgpu/fmaximum_mag.cpp
index 99e277f108..ca59f53017 100644
--- a/libc/src/math/amdgpu/fmaximum_mag.cpp
+++ b/libc/src/math/amdgpu/fmaximum_mag.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_mag function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_mag function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_mag_num.cpp b/libc/src/math/amdgpu/fmaximum_mag_num.cpp
index bde427903a..1325d8a7bc 100644
--- a/libc/src/math/amdgpu/fmaximum_mag_num.cpp
+++ b/libc/src/math/amdgpu/fmaximum_mag_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_mag_num function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_mag_num function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_mag_numf.cpp b/libc/src/math/amdgpu/fmaximum_mag_numf.cpp
index 52f7d1413a..95fc9d1b32 100644
--- a/libc/src/math/amdgpu/fmaximum_mag_numf.cpp
+++ b/libc/src/math/amdgpu/fmaximum_mag_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_mag_numf function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_mag_numf function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_mag_numl.cpp b/libc/src/math/amdgpu/fmaximum_mag_numl.cpp
index 33acb0dbdb..35d6d03dca 100644
--- a/libc/src/math/amdgpu/fmaximum_mag_numl.cpp
+++ b/libc/src/math/amdgpu/fmaximum_mag_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_mag_numl function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_mag_numl function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -14,7 +15,8 @@
 
 namespace LIBC_NAMESPACE {
 
-LLVM_LIBC_FUNCTION(long double, fmaximum_mag_numl, (long double x, long double y)) {
+LLVM_LIBC_FUNCTION(long double, fmaximum_mag_numl,
+                   (long double x, long double y)) {
   return __builtin_fmaximum_mag_num(x, y);
 }
 
diff --git a/libc/src/math/amdgpu/fmaximum_magf.cpp b/libc/src/math/amdgpu/fmaximum_magf.cpp
index 9b057437e8..e4cf49eff8 100644
--- a/libc/src/math/amdgpu/fmaximum_magf.cpp
+++ b/libc/src/math/amdgpu/fmaximum_magf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_magf function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_magf function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_magl.cpp b/libc/src/math/amdgpu/fmaximum_magl.cpp
index 06fe8bf1c4..b6e15f7b31 100644
--- a/libc/src/math/amdgpu/fmaximum_magl.cpp
+++ b/libc/src/math/amdgpu/fmaximum_magl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_magl function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_magl function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_num.cpp b/libc/src/math/amdgpu/fmaximum_num.cpp
index ec0b1b6a57..036fb39c44 100644
--- a/libc/src/math/amdgpu/fmaximum_num.cpp
+++ b/libc/src/math/amdgpu/fmaximum_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_num function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_num function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_numf.cpp b/libc/src/math/amdgpu/fmaximum_numf.cpp
index 81a0653730..6a0c76be09 100644
--- a/libc/src/math/amdgpu/fmaximum_numf.cpp
+++ b/libc/src/math/amdgpu/fmaximum_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_numf function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_numf function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximum_numl.cpp b/libc/src/math/amdgpu/fmaximum_numl.cpp
index c378c4f9b8..4b9fc891cd 100644
--- a/libc/src/math/amdgpu/fmaximum_numl.cpp
+++ b/libc/src/math/amdgpu/fmaximum_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum_numl function for GPU -----------------------===//
+//===-- Implementation of the fmaximum_numl function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximumf.cpp b/libc/src/math/amdgpu/fmaximumf.cpp
index 842c9865bc..aec326312c 100644
--- a/libc/src/math/amdgpu/fmaximumf.cpp
+++ b/libc/src/math/amdgpu/fmaximumf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximumf function for GPU ----------------------===//
+//===-- Implementation of the fmaximumf function for GPU
+//----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fmaximuml.cpp b/libc/src/math/amdgpu/fmaximuml.cpp
index 6d0206f01b..74f794368f 100644
--- a/libc/src/math/amdgpu/fmaximuml.cpp
+++ b/libc/src/math/amdgpu/fmaximuml.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximuml function for GPU ----------------------===//
+//===-- Implementation of the fmaximuml function for GPU
+//----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum.cpp b/libc/src/math/amdgpu/fminimum.cpp
index f787a4ca11..f2bf6470ff 100644
--- a/libc/src/math/amdgpu/fminimum.cpp
+++ b/libc/src/math/amdgpu/fminimum.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum function for GPU -----------------------===//
+//===-- Implementation of the fminimum function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_mag.cpp b/libc/src/math/amdgpu/fminimum_mag.cpp
index c5e95a5340..c693de7358 100644
--- a/libc/src/math/amdgpu/fminimum_mag.cpp
+++ b/libc/src/math/amdgpu/fminimum_mag.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_mag function for GPU -----------------------===//
+//===-- Implementation of the fminimum_mag function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_mag_num.cpp b/libc/src/math/amdgpu/fminimum_mag_num.cpp
index f09e137ca9..723b98bee8 100644
--- a/libc/src/math/amdgpu/fminimum_mag_num.cpp
+++ b/libc/src/math/amdgpu/fminimum_mag_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_mag_num function for GPU -----------------------===//
+//===-- Implementation of the fminimum_mag_num function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_mag_numf.cpp b/libc/src/math/amdgpu/fminimum_mag_numf.cpp
index 6bd3216644..9d61d91edf 100644
--- a/libc/src/math/amdgpu/fminimum_mag_numf.cpp
+++ b/libc/src/math/amdgpu/fminimum_mag_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_mag_numf function for GPU -----------------------===//
+//===-- Implementation of the fminimum_mag_numf function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_mag_numl.cpp b/libc/src/math/amdgpu/fminimum_mag_numl.cpp
index b5ac91dcfc..8a83541855 100644
--- a/libc/src/math/amdgpu/fminimum_mag_numl.cpp
+++ b/libc/src/math/amdgpu/fminimum_mag_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_mag_numl function for GPU -----------------------===//
+//===-- Implementation of the fminimum_mag_numl function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -14,7 +15,8 @@
 
 namespace LIBC_NAMESPACE {
 
-  LLVM_LIBC_FUNCTION(long double, fminimum_mag_numl, (long double x, long double y)) {
+LLVM_LIBC_FUNCTION(long double, fminimum_mag_numl,
+                   (long double x, long double y)) {
   return __builtin_fminimum_mag_num(x, y);
 }
 
diff --git a/libc/src/math/amdgpu/fminimum_magf.cpp b/libc/src/math/amdgpu/fminimum_magf.cpp
index 1603258a2e..07efb0e4b0 100644
--- a/libc/src/math/amdgpu/fminimum_magf.cpp
+++ b/libc/src/math/amdgpu/fminimum_magf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_magf function for GPU -----------------------===//
+//===-- Implementation of the fminimum_magf function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_magl.cpp b/libc/src/math/amdgpu/fminimum_magl.cpp
index af16dc07ce..3609fe5f8a 100644
--- a/libc/src/math/amdgpu/fminimum_magl.cpp
+++ b/libc/src/math/amdgpu/fminimum_magl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_magl function for GPU -----------------------===//
+//===-- Implementation of the fminimum_magl function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_num.cpp b/libc/src/math/amdgpu/fminimum_num.cpp
index 6411d38804..2f7482fc09 100644
--- a/libc/src/math/amdgpu/fminimum_num.cpp
+++ b/libc/src/math/amdgpu/fminimum_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_num function for GPU -----------------------===//
+//===-- Implementation of the fminimum_num function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_numf.cpp b/libc/src/math/amdgpu/fminimum_numf.cpp
index fd39e4da0c..85fded8413 100644
--- a/libc/src/math/amdgpu/fminimum_numf.cpp
+++ b/libc/src/math/amdgpu/fminimum_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_numf function for GPU -----------------------===//
+//===-- Implementation of the fminimum_numf function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimum_numl.cpp b/libc/src/math/amdgpu/fminimum_numl.cpp
index cfa08b97b8..96ece96f92 100644
--- a/libc/src/math/amdgpu/fminimum_numl.cpp
+++ b/libc/src/math/amdgpu/fminimum_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimum_numl function for GPU -----------------------===//
+//===-- Implementation of the fminimum_numl function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimumf.cpp b/libc/src/math/amdgpu/fminimumf.cpp
index 032da034a0..baf6c06d62 100644
--- a/libc/src/math/amdgpu/fminimumf.cpp
+++ b/libc/src/math/amdgpu/fminimumf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimumf function for GPU ----------------------===//
+//===-- Implementation of the fminimumf function for GPU
+//----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/amdgpu/fminimuml.cpp b/libc/src/math/amdgpu/fminimuml.cpp
index 493392b37b..8e1dbe9ecb 100644
--- a/libc/src/math/amdgpu/fminimuml.cpp
+++ b/libc/src/math/amdgpu/fminimuml.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fminimuml function for GPU ----------------------===//
+//===-- Implementation of the fminimuml function for GPU
+//----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum.h b/libc/src/math/fmaximum.h
index 62b4dcf4a9..8eac02b17b 100644
--- a/libc/src/math/fmaximum.h
+++ b/libc/src/math/fmaximum.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum --------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum --------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_mag.h b/libc/src/math/fmaximum_mag.h
index 6be9ddd08c..b338d08d54 100644
--- a/libc/src/math/fmaximum_mag.h
+++ b/libc/src/math/fmaximum_mag.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_mag--------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_mag--------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_mag_num.h b/libc/src/math/fmaximum_mag_num.h
index e5605e76f0..6a04737eb9 100644
--- a/libc/src/math/fmaximum_mag_num.h
+++ b/libc/src/math/fmaximum_mag_num.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_mag_num--------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_mag_num--------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_mag_numf.h b/libc/src/math/fmaximum_mag_numf.h
index 0c67096317..5eac2dde1f 100644
--- a/libc/src/math/fmaximum_mag_numf.h
+++ b/libc/src/math/fmaximum_mag_numf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_mag_numf -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_mag_numf -------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_mag_numf128.h b/libc/src/math/fmaximum_mag_numf128.h
index b1fdaa6f7d..a98502cdf0 100644
--- a/libc/src/math/fmaximum_mag_numf128.h
+++ b/libc/src/math/fmaximum_mag_numf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_mag_numf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_mag_numf128 ----------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_mag_numl.h b/libc/src/math/fmaximum_mag_numl.h
index 6b69688a8e..0114d0acff 100644
--- a/libc/src/math/fmaximum_mag_numl.h
+++ b/libc/src/math/fmaximum_mag_numl.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_mag_numl -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_mag_numl -------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_magf.h b/libc/src/math/fmaximum_magf.h
index 69ef82ae2b..1bfcc795f8 100644
--- a/libc/src/math/fmaximum_magf.h
+++ b/libc/src/math/fmaximum_magf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_magf -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_magf -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_magf128.h b/libc/src/math/fmaximum_magf128.h
index a9a4cc387c..23c466b74c 100644
--- a/libc/src/math/fmaximum_magf128.h
+++ b/libc/src/math/fmaximum_magf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_magf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_magf128 ----------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_magl.h b/libc/src/math/fmaximum_magl.h
index c9483e4ff3..23b283cb5d 100644
--- a/libc/src/math/fmaximum_magl.h
+++ b/libc/src/math/fmaximum_magl.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_magl -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_magl -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_num.h b/libc/src/math/fmaximum_num.h
index 4781a1392b..ce3ce12ca6 100644
--- a/libc/src/math/fmaximum_num.h
+++ b/libc/src/math/fmaximum_num.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_num--------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_num--------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_numf.h b/libc/src/math/fmaximum_numf.h
index 2e211a6b23..b3243ed16b 100644
--- a/libc/src/math/fmaximum_numf.h
+++ b/libc/src/math/fmaximum_numf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_numf -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_numf -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_numf128.h b/libc/src/math/fmaximum_numf128.h
index b3ef91dd6f..d55183ce88 100644
--- a/libc/src/math/fmaximum_numf128.h
+++ b/libc/src/math/fmaximum_numf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_numf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_numf128 ----------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximum_numl.h b/libc/src/math/fmaximum_numl.h
index 0e3a8fcba7..f668cbdf73 100644
--- a/libc/src/math/fmaximum_numl.h
+++ b/libc/src/math/fmaximum_numl.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximum_numl -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximum_numl -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximumf.h b/libc/src/math/fmaximumf.h
index d341f249f8..4eee696ce1 100644
--- a/libc/src/math/fmaximumf.h
+++ b/libc/src/math/fmaximumf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximumf -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximumf -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximumf128.h b/libc/src/math/fmaximumf128.h
index 533617c54a..4a214ef096 100644
--- a/libc/src/math/fmaximumf128.h
+++ b/libc/src/math/fmaximumf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximumf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fmaximumf128 ----------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fmaximuml.h b/libc/src/math/fmaximuml.h
index abce56e4e7..ba8a8b1211 100644
--- a/libc/src/math/fmaximuml.h
+++ b/libc/src/math/fmaximuml.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fmaximuml -------------------------*- C++ -*-===//
+//===-- Implementation header for fmaximuml -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum.h b/libc/src/math/fminimum.h
index f7741f2cac..9d39b1bdd3 100644
--- a/libc/src/math/fminimum.h
+++ b/libc/src/math/fminimum.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_mag.h b/libc/src/math/fminimum_mag.h
index 9772b51f6b..10b242e602 100644
--- a/libc/src/math/fminimum_mag.h
+++ b/libc/src/math/fminimum_mag.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_mag--------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_mag--------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_mag_num.h b/libc/src/math/fminimum_mag_num.h
index 7e6e279b5d..af6b9c3dbc 100644
--- a/libc/src/math/fminimum_mag_num.h
+++ b/libc/src/math/fminimum_mag_num.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_mag_num--------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_mag_num--------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_mag_numf.h b/libc/src/math/fminimum_mag_numf.h
index 006ce3a244..f5fc54afde 100644
--- a/libc/src/math/fminimum_mag_numf.h
+++ b/libc/src/math/fminimum_mag_numf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_mag_numf -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_mag_numf -------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_mag_numf128.h b/libc/src/math/fminimum_mag_numf128.h
index 53e847247b..e644095868 100644
--- a/libc/src/math/fminimum_mag_numf128.h
+++ b/libc/src/math/fminimum_mag_numf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_mag_numf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_mag_numf128 ----------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_mag_numl.h b/libc/src/math/fminimum_mag_numl.h
index 740b15c7fa..ce96abcad1 100644
--- a/libc/src/math/fminimum_mag_numl.h
+++ b/libc/src/math/fminimum_mag_numl.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_mag_numl -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_mag_numl -------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_magf.h b/libc/src/math/fminimum_magf.h
index 50bdf78451..6209340074 100644
--- a/libc/src/math/fminimum_magf.h
+++ b/libc/src/math/fminimum_magf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_magf -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_magf -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_magf128.h b/libc/src/math/fminimum_magf128.h
index 74b293ccc8..05bd163be9 100644
--- a/libc/src/math/fminimum_magf128.h
+++ b/libc/src/math/fminimum_magf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_magf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_magf128 ----------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_magl.h b/libc/src/math/fminimum_magl.h
index 530e080ee3..bcda35ce3b 100644
--- a/libc/src/math/fminimum_magl.h
+++ b/libc/src/math/fminimum_magl.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_magl -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_magl -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_num.h b/libc/src/math/fminimum_num.h
index 53114034cb..4c864cba84 100644
--- a/libc/src/math/fminimum_num.h
+++ b/libc/src/math/fminimum_num.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_num--------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_num--------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_numf.h b/libc/src/math/fminimum_numf.h
index d1d1762876..ac4b08b292 100644
--- a/libc/src/math/fminimum_numf.h
+++ b/libc/src/math/fminimum_numf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_numf -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_numf -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_numf128.h b/libc/src/math/fminimum_numf128.h
index 68fcabc7f2..00f8960ff1 100644
--- a/libc/src/math/fminimum_numf128.h
+++ b/libc/src/math/fminimum_numf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_numf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_numf128 ----------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimum_numl.h b/libc/src/math/fminimum_numl.h
index 01851286a2..0da204e72c 100644
--- a/libc/src/math/fminimum_numl.h
+++ b/libc/src/math/fminimum_numl.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimum_numl -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimum_numl -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimumf.h b/libc/src/math/fminimumf.h
index be864d9e02..424309f3a5 100644
--- a/libc/src/math/fminimumf.h
+++ b/libc/src/math/fminimumf.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimumf -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimumf -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimumf128.h b/libc/src/math/fminimumf128.h
index b8c16fecfd..7ff0190727 100644
--- a/libc/src/math/fminimumf128.h
+++ b/libc/src/math/fminimumf128.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimumf128 ----------------------*- C++ -*-===//
+//===-- Implementation header for fminimumf128 ----------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/fminimuml.h b/libc/src/math/fminimuml.h
index 4354b3d54e..b9cc321354 100644
--- a/libc/src/math/fminimuml.h
+++ b/libc/src/math/fminimuml.h
@@ -1,4 +1,5 @@
-//===-- Implementation header for fminimuml -------------------------*- C++ -*-===//
+//===-- Implementation header for fminimuml -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum.cpp b/libc/src/math/generic/fmaximum.cpp
index 0e2d5f52a3..c2ade3ddc1 100644
--- a/libc/src/math/generic/fmaximum.cpp
+++ b/libc/src/math/generic/fmaximum.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum function -----------------------------------===//
+//===-- Implementation of fmaximum function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_mag.cpp b/libc/src/math/generic/fmaximum_mag.cpp
index fe6c47e000..c8aa6e4d49 100644
--- a/libc/src/math/generic/fmaximum_mag.cpp
+++ b/libc/src/math/generic/fmaximum_mag.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_mag function -----------------------------------===//
+//===-- Implementation of fmaximum_mag function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_mag_num.cpp b/libc/src/math/generic/fmaximum_mag_num.cpp
index ac17a324cf..2cd1c99017 100644
--- a/libc/src/math/generic/fmaximum_mag_num.cpp
+++ b/libc/src/math/generic/fmaximum_mag_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_mag_num function -----------------------------------===//
+//===-- Implementation of fmaximum_mag_num function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_mag_numf.cpp b/libc/src/math/generic/fmaximum_mag_numf.cpp
index fc0122d423..ec8f8a7901 100644
--- a/libc/src/math/generic/fmaximum_mag_numf.cpp
+++ b/libc/src/math/generic/fmaximum_mag_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_mag_numf function ----------------------------------===//
+//===-- Implementation of fmaximum_mag_numf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_mag_numf128.cpp b/libc/src/math/generic/fmaximum_mag_numf128.cpp
index 54b02436d2..ead2b74ba2 100644
--- a/libc/src/math/generic/fmaximum_mag_numf128.cpp
+++ b/libc/src/math/generic/fmaximum_mag_numf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_mag_numf128 function -------------------------------===//
+//===-- Implementation of fmaximum_mag_numf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_mag_numl.cpp b/libc/src/math/generic/fmaximum_mag_numl.cpp
index c124cf0d2a..d952487dff 100644
--- a/libc/src/math/generic/fmaximum_mag_numl.cpp
+++ b/libc/src/math/generic/fmaximum_mag_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_mag_numl function ----------------------------------===//
+//===-- Implementation of fmaximum_mag_numl function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -12,9 +13,9 @@
 
 namespace LIBC_NAMESPACE {
 
-LLVM_LIBC_FUNCTION(long double, fmaximum_mag_numl, (long double x, long double y)) {
+LLVM_LIBC_FUNCTION(long double, fmaximum_mag_numl,
+                   (long double x, long double y)) {
   return fputil::fmaximum_mag_num(x, y);
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/generic/fmaximum_magf.cpp b/libc/src/math/generic/fmaximum_magf.cpp
index 23aa6c3408..54c0dddb39 100644
--- a/libc/src/math/generic/fmaximum_magf.cpp
+++ b/libc/src/math/generic/fmaximum_magf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_magf function ----------------------------------===//
+//===-- Implementation of fmaximum_magf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_magf128.cpp b/libc/src/math/generic/fmaximum_magf128.cpp
index 93413714dd..67123c71d8 100644
--- a/libc/src/math/generic/fmaximum_magf128.cpp
+++ b/libc/src/math/generic/fmaximum_magf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_magf128 function -------------------------------===//
+//===-- Implementation of fmaximum_magf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_magl.cpp b/libc/src/math/generic/fmaximum_magl.cpp
index 0c7cab2e23..e242f32010 100644
--- a/libc/src/math/generic/fmaximum_magl.cpp
+++ b/libc/src/math/generic/fmaximum_magl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_magl function ----------------------------------===//
+//===-- Implementation of fmaximum_magl function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -17,4 +18,3 @@ LLVM_LIBC_FUNCTION(long double, fmaximum_magl, (long double x, long double y)) {
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/generic/fmaximum_num.cpp b/libc/src/math/generic/fmaximum_num.cpp
index 1dc2b7b68f..011e7c35fe 100644
--- a/libc/src/math/generic/fmaximum_num.cpp
+++ b/libc/src/math/generic/fmaximum_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_num function -----------------------------------===//
+//===-- Implementation of fmaximum_num function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_numf.cpp b/libc/src/math/generic/fmaximum_numf.cpp
index fa0e71a979..96242d75de 100644
--- a/libc/src/math/generic/fmaximum_numf.cpp
+++ b/libc/src/math/generic/fmaximum_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_numf function ----------------------------------===//
+//===-- Implementation of fmaximum_numf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_numf128.cpp b/libc/src/math/generic/fmaximum_numf128.cpp
index 8cbbc995b8..9b4ccb0d93 100644
--- a/libc/src/math/generic/fmaximum_numf128.cpp
+++ b/libc/src/math/generic/fmaximum_numf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_numf128 function -------------------------------===//
+//===-- Implementation of fmaximum_numf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximum_numl.cpp b/libc/src/math/generic/fmaximum_numl.cpp
index 18518947c8..91812c0d65 100644
--- a/libc/src/math/generic/fmaximum_numl.cpp
+++ b/libc/src/math/generic/fmaximum_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximum_numl function ----------------------------------===//
+//===-- Implementation of fmaximum_numl function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -17,4 +18,3 @@ LLVM_LIBC_FUNCTION(long double, fmaximum_numl, (long double x, long double y)) {
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/generic/fmaximumf.cpp b/libc/src/math/generic/fmaximumf.cpp
index c3782ee865..cf4975bf11 100644
--- a/libc/src/math/generic/fmaximumf.cpp
+++ b/libc/src/math/generic/fmaximumf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximumf function ----------------------------------===//
+//===-- Implementation of fmaximumf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximumf128.cpp b/libc/src/math/generic/fmaximumf128.cpp
index 5e59144bae..cf07b37598 100644
--- a/libc/src/math/generic/fmaximumf128.cpp
+++ b/libc/src/math/generic/fmaximumf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximumf128 function -------------------------------===//
+//===-- Implementation of fmaximumf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fmaximuml.cpp b/libc/src/math/generic/fmaximuml.cpp
index 94a61f2b3a..a927e611b8 100644
--- a/libc/src/math/generic/fmaximuml.cpp
+++ b/libc/src/math/generic/fmaximuml.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fmaximuml function ----------------------------------===//
+//===-- Implementation of fmaximuml function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -17,4 +18,3 @@ LLVM_LIBC_FUNCTION(long double, fmaximuml, (long double x, long double y)) {
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/generic/fminimum.cpp b/libc/src/math/generic/fminimum.cpp
index 7d11f5bb61..54ab243851 100644
--- a/libc/src/math/generic/fminimum.cpp
+++ b/libc/src/math/generic/fminimum.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum function -----------------------------------===//
+//===-- Implementation of fminimum function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_mag.cpp b/libc/src/math/generic/fminimum_mag.cpp
index f952edca60..b9466b3f00 100644
--- a/libc/src/math/generic/fminimum_mag.cpp
+++ b/libc/src/math/generic/fminimum_mag.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_mag function -----------------------------------===//
+//===-- Implementation of fminimum_mag function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_mag_num.cpp b/libc/src/math/generic/fminimum_mag_num.cpp
index 1afb623937..a78d1b16c0 100644
--- a/libc/src/math/generic/fminimum_mag_num.cpp
+++ b/libc/src/math/generic/fminimum_mag_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_mag_num function -----------------------------------===//
+//===-- Implementation of fminimum_mag_num function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_mag_numf.cpp b/libc/src/math/generic/fminimum_mag_numf.cpp
index 660578de3e..f362a9f3de 100644
--- a/libc/src/math/generic/fminimum_mag_numf.cpp
+++ b/libc/src/math/generic/fminimum_mag_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_mag_numf function ----------------------------------===//
+//===-- Implementation of fminimum_mag_numf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_mag_numf128.cpp b/libc/src/math/generic/fminimum_mag_numf128.cpp
index 911ce5a4cf..9d1a55ac3a 100644
--- a/libc/src/math/generic/fminimum_mag_numf128.cpp
+++ b/libc/src/math/generic/fminimum_mag_numf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_mag_numf128 function -------------------------------===//
+//===-- Implementation of fminimum_mag_numf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_mag_numl.cpp b/libc/src/math/generic/fminimum_mag_numl.cpp
index 81e1e2db0f..6822134530 100644
--- a/libc/src/math/generic/fminimum_mag_numl.cpp
+++ b/libc/src/math/generic/fminimum_mag_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_mag_numl function ----------------------------------===//
+//===-- Implementation of fminimum_mag_numl function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -12,9 +13,9 @@
 
 namespace LIBC_NAMESPACE {
 
-LLVM_LIBC_FUNCTION(long double, fminimum_mag_numl, (long double x, long double y)) {
+LLVM_LIBC_FUNCTION(long double, fminimum_mag_numl,
+                   (long double x, long double y)) {
   return fputil::fminimum_mag_num(x, y);
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/generic/fminimum_magf.cpp b/libc/src/math/generic/fminimum_magf.cpp
index 32f128eaaf..3dbac66bd1 100644
--- a/libc/src/math/generic/fminimum_magf.cpp
+++ b/libc/src/math/generic/fminimum_magf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_magf function ----------------------------------===//
+//===-- Implementation of fminimum_magf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_magf128.cpp b/libc/src/math/generic/fminimum_magf128.cpp
index 32488880a2..1115776146 100644
--- a/libc/src/math/generic/fminimum_magf128.cpp
+++ b/libc/src/math/generic/fminimum_magf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_magf128 function -------------------------------===//
+//===-- Implementation of fminimum_magf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_magl.cpp b/libc/src/math/generic/fminimum_magl.cpp
index 9c9f3e5d24..e2cb92e665 100644
--- a/libc/src/math/generic/fminimum_magl.cpp
+++ b/libc/src/math/generic/fminimum_magl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_magl function ----------------------------------===//
+//===-- Implementation of fminimum_magl function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -17,4 +18,3 @@ LLVM_LIBC_FUNCTION(long double, fminimum_magl, (long double x, long double y)) {
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/generic/fminimum_num.cpp b/libc/src/math/generic/fminimum_num.cpp
index 0f0651b621..d5f855d0e5 100644
--- a/libc/src/math/generic/fminimum_num.cpp
+++ b/libc/src/math/generic/fminimum_num.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_num function -----------------------------------===//
+//===-- Implementation of fminimum_num function
+//-----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_numf.cpp b/libc/src/math/generic/fminimum_numf.cpp
index cc4d1b4833..f74447bddc 100644
--- a/libc/src/math/generic/fminimum_numf.cpp
+++ b/libc/src/math/generic/fminimum_numf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_numf function ----------------------------------===//
+//===-- Implementation of fminimum_numf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_numf128.cpp b/libc/src/math/generic/fminimum_numf128.cpp
index de2a7584a1..fe6ab79308 100644
--- a/libc/src/math/generic/fminimum_numf128.cpp
+++ b/libc/src/math/generic/fminimum_numf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_numf128 function -------------------------------===//
+//===-- Implementation of fminimum_numf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimum_numl.cpp b/libc/src/math/generic/fminimum_numl.cpp
index d60468b59e..e85d0d51b6 100644
--- a/libc/src/math/generic/fminimum_numl.cpp
+++ b/libc/src/math/generic/fminimum_numl.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimum_numl function ----------------------------------===//
+//===-- Implementation of fminimum_numl function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -17,4 +18,3 @@ LLVM_LIBC_FUNCTION(long double, fminimum_numl, (long double x, long double y)) {
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/generic/fminimumf.cpp b/libc/src/math/generic/fminimumf.cpp
index ec65a64504..968e2e008b 100644
--- a/libc/src/math/generic/fminimumf.cpp
+++ b/libc/src/math/generic/fminimumf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimumf function ----------------------------------===//
+//===-- Implementation of fminimumf function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimumf128.cpp b/libc/src/math/generic/fminimumf128.cpp
index 198428a443..7047f903ab 100644
--- a/libc/src/math/generic/fminimumf128.cpp
+++ b/libc/src/math/generic/fminimumf128.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimumf128 function -------------------------------===//
+//===-- Implementation of fminimumf128 function
+//-------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/generic/fminimuml.cpp b/libc/src/math/generic/fminimuml.cpp
index cc9da63c1b..a18e76c843 100644
--- a/libc/src/math/generic/fminimuml.cpp
+++ b/libc/src/math/generic/fminimuml.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of fminimuml function ----------------------------------===//
+//===-- Implementation of fminimuml function
+//----------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -17,4 +18,3 @@ LLVM_LIBC_FUNCTION(long double, fminimuml, (long double x, long double y)) {
 }
 
 } // namespace LIBC_NAMESPACE
-
diff --git a/libc/src/math/nvptx/fmaximum.cpp b/libc/src/math/nvptx/fmaximum.cpp
index 30dbc0e3e4..d09b40205d 100644
--- a/libc/src/math/nvptx/fmaximum.cpp
+++ b/libc/src/math/nvptx/fmaximum.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximum function for GPU -----------------------===//
+//===-- Implementation of the fmaximum function for GPU
+//-----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/src/math/nvptx/fmaximumf.cpp b/libc/src/math/nvptx/fmaximumf.cpp
index 1e9b54bf57..e0d36a65b3 100644
--- a/libc/src/math/nvptx/fmaximumf.cpp
+++ b/libc/src/math/nvptx/fmaximumf.cpp
@@ -1,4 +1,5 @@
-//===-- Implementation of the fmaximumf function for GPU ----------------------===//
+//===-- Implementation of the fmaximumf function for GPU
+//----------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/FMaximumMagNumTest.h b/libc/test/src/math/smoke/FMaximumMagNumTest.h
index ec08afe5ba..9c32f835a5 100644
--- a/libc/test/src/math/smoke/FMaximumMagNumTest.h
+++ b/libc/test/src/math/smoke/FMaximumMagNumTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fmaximum_mag_num[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fmaximum_mag_num[f|l] -------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -9,11 +10,12 @@
 #ifndef LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUMMAG_NUMTEST_H
 #define LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUMMAG_NUMTEST_H
 
+#include "src/__support/FPUtil/BasicOperations.h"
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
-#include "src/__support/FPUtil/BasicOperations.h"
 
-template <typename T> class FMaximumMagNumTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMaximumMagNumTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -77,12 +79,12 @@ public:
   }
 };
 
-#define LIST_FMAXIMUM_MAG_NUM_TESTS(T, func)                                               \
-  using LlvmLibcFMaximumMagNumTest = FMaximumMagNumTest<T>;                                        \
-  TEST_F(LlvmLibcFMaximumMagNumTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMaximumMagNumTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMaximumMagNumTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMaximumMagNumTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMAXIMUM_MAG_NUM_TESTS(T, func)                                   \
+  using LlvmLibcFMaximumMagNumTest = FMaximumMagNumTest<T>;                    \
+  TEST_F(LlvmLibcFMaximumMagNumTest, NaN) { testNaN(&func); }                  \
+  TEST_F(LlvmLibcFMaximumMagNumTest, InfArg) { testInfArg(&func); }            \
+  TEST_F(LlvmLibcFMaximumMagNumTest, NegInfArg) { testNegInfArg(&func); }      \
+  TEST_F(LlvmLibcFMaximumMagNumTest, BothZero) { testBothZero(&func); }        \
   TEST_F(LlvmLibcFMaximumMagNumTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUMMAG_NUMTEST_H
diff --git a/libc/test/src/math/smoke/FMaximumMagTest.h b/libc/test/src/math/smoke/FMaximumMagTest.h
index d8cafc0aa0..40106032a4 100644
--- a/libc/test/src/math/smoke/FMaximumMagTest.h
+++ b/libc/test/src/math/smoke/FMaximumMagTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fmaximum_mag[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fmaximum_mag[f|l] -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -9,11 +10,12 @@
 #ifndef LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUM_MAGTEST_H
 #define LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUM_MAGTEST_H
 
+#include "src/__support/FPUtil/BasicOperations.h"
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
-#include "src/__support/FPUtil/BasicOperations.h"
 
-template <typename T> class FMaximumMagTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMaximumMagTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -77,12 +79,12 @@ public:
   }
 };
 
-#define LIST_FMAXIMUM_MAG_TESTS(T, func)                                               \
-  using LlvmLibcFMaximumMagTest = FMaximumMagTest<T>;                                        \
-  TEST_F(LlvmLibcFMaximumMagTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMaximumMagTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMaximumMagTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMaximumMagTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMAXIMUM_MAG_TESTS(T, func)                                       \
+  using LlvmLibcFMaximumMagTest = FMaximumMagTest<T>;                          \
+  TEST_F(LlvmLibcFMaximumMagTest, NaN) { testNaN(&func); }                     \
+  TEST_F(LlvmLibcFMaximumMagTest, InfArg) { testInfArg(&func); }               \
+  TEST_F(LlvmLibcFMaximumMagTest, NegInfArg) { testNegInfArg(&func); }         \
+  TEST_F(LlvmLibcFMaximumMagTest, BothZero) { testBothZero(&func); }           \
   TEST_F(LlvmLibcFMaximumMagTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUM_MAGTEST_H
diff --git a/libc/test/src/math/smoke/FMaximumNumTest.h b/libc/test/src/math/smoke/FMaximumNumTest.h
index 3ca6c17904..24ae084db7 100644
--- a/libc/test/src/math/smoke/FMaximumNumTest.h
+++ b/libc/test/src/math/smoke/FMaximumNumTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fmaximum_num[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fmaximum_num[f|l] -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -12,7 +13,8 @@
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
 
-template <typename T> class FMaximumNumTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMaximumNumTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -54,7 +56,7 @@ public:
 
   void testRange(FMaximumNumFunc func) {
     constexpr StorageType COUNT = 100'001;
-    constexpr StorageType STEP = STORAGE_MAX/ COUNT;
+    constexpr StorageType STEP = STORAGE_MAX / COUNT;
     for (StorageType i = 0, v = 0, w = STORAGE_MAX; i <= COUNT;
          ++i, v += STEP, w -= STEP) {
       FPBits xbits(v), ybits(w);
@@ -76,12 +78,12 @@ public:
   }
 };
 
-#define LIST_FMAXIMUM_NUM_TESTS(T, func)                                               \
-  using LlvmLibcFMaximumNumTest = FMaximumNumTest<T>;                                        \
-  TEST_F(LlvmLibcFMaximumNumTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMaximumNumTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMaximumNumTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMaximumNumTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMAXIMUM_NUM_TESTS(T, func)                                       \
+  using LlvmLibcFMaximumNumTest = FMaximumNumTest<T>;                          \
+  TEST_F(LlvmLibcFMaximumNumTest, NaN) { testNaN(&func); }                     \
+  TEST_F(LlvmLibcFMaximumNumTest, InfArg) { testInfArg(&func); }               \
+  TEST_F(LlvmLibcFMaximumNumTest, NegInfArg) { testNegInfArg(&func); }         \
+  TEST_F(LlvmLibcFMaximumNumTest, BothZero) { testBothZero(&func); }           \
   TEST_F(LlvmLibcFMaximumNumTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUMNUMTEST_H
diff --git a/libc/test/src/math/smoke/FMaximumTest.h b/libc/test/src/math/smoke/FMaximumTest.h
index 7ba1173907..6333c2619b 100644
--- a/libc/test/src/math/smoke/FMaximumTest.h
+++ b/libc/test/src/math/smoke/FMaximumTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fmaximum[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fmaximum[f|l] -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -12,7 +13,8 @@
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
 
-template <typename T> class FMaximumTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMaximumTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -76,12 +78,12 @@ public:
   }
 };
 
-#define LIST_FMAXIMUM_TESTS(T, func)                                               \
-  using LlvmLibcFMaximumTest = FMaximumTest<T>;                                        \
-  TEST_F(LlvmLibcFMaximumTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMaximumTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMaximumTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMaximumTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMAXIMUM_TESTS(T, func)                                           \
+  using LlvmLibcFMaximumTest = FMaximumTest<T>;                                \
+  TEST_F(LlvmLibcFMaximumTest, NaN) { testNaN(&func); }                        \
+  TEST_F(LlvmLibcFMaximumTest, InfArg) { testInfArg(&func); }                  \
+  TEST_F(LlvmLibcFMaximumTest, NegInfArg) { testNegInfArg(&func); }            \
+  TEST_F(LlvmLibcFMaximumTest, BothZero) { testBothZero(&func); }              \
   TEST_F(LlvmLibcFMaximumTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMAXIMUMTEST_H
diff --git a/libc/test/src/math/smoke/FMinimumMagNumTest.h b/libc/test/src/math/smoke/FMinimumMagNumTest.h
index e8af72c906..2e5d53fc3d 100644
--- a/libc/test/src/math/smoke/FMinimumMagNumTest.h
+++ b/libc/test/src/math/smoke/FMinimumMagNumTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fminimum_mag_num[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fminimum_mag_num[f|l] -------------------------*-
+//C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -9,11 +10,12 @@
 #ifndef LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUMMAG_NUMTEST_H
 #define LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUMMAG_NUMTEST_H
 
+#include "src/__support/FPUtil/BasicOperations.h"
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
-#include "src/__support/FPUtil/BasicOperations.h"
 
-template <typename T> class FMinimumMagNumTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMinimumMagNumTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -77,12 +79,12 @@ public:
   }
 };
 
-#define LIST_FMINIMUM_MAG_NUM_TESTS(T, func)                                               \
-  using LlvmLibcFMinimumMagNumTest = FMinimumMagNumTest<T>;                                        \
-  TEST_F(LlvmLibcFMinimumMagNumTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMinimumMagNumTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMinimumMagNumTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMinimumMagNumTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMINIMUM_MAG_NUM_TESTS(T, func)                                   \
+  using LlvmLibcFMinimumMagNumTest = FMinimumMagNumTest<T>;                    \
+  TEST_F(LlvmLibcFMinimumMagNumTest, NaN) { testNaN(&func); }                  \
+  TEST_F(LlvmLibcFMinimumMagNumTest, InfArg) { testInfArg(&func); }            \
+  TEST_F(LlvmLibcFMinimumMagNumTest, NegInfArg) { testNegInfArg(&func); }      \
+  TEST_F(LlvmLibcFMinimumMagNumTest, BothZero) { testBothZero(&func); }        \
   TEST_F(LlvmLibcFMinimumMagNumTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUMMAG_NUMTEST_H
diff --git a/libc/test/src/math/smoke/FMinimumMagTest.h b/libc/test/src/math/smoke/FMinimumMagTest.h
index 5cbe2685b4..20382d2763 100644
--- a/libc/test/src/math/smoke/FMinimumMagTest.h
+++ b/libc/test/src/math/smoke/FMinimumMagTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fminimum_mag[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fminimum_mag[f|l] -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -9,11 +10,12 @@
 #ifndef LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUM_MAGTEST_H
 #define LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUM_MAGTEST_H
 
+#include "src/__support/FPUtil/BasicOperations.h"
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
-#include "src/__support/FPUtil/BasicOperations.h"
 
-template <typename T> class FMinimumMagTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMinimumMagTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -77,12 +79,12 @@ public:
   }
 };
 
-#define LIST_FMINIMUM_MAG_TESTS(T, func)                                               \
-  using LlvmLibcFMinimumMagTest = FMinimumMagTest<T>;                                        \
-  TEST_F(LlvmLibcFMinimumMagTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMinimumMagTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMinimumMagTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMinimumMagTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMINIMUM_MAG_TESTS(T, func)                                       \
+  using LlvmLibcFMinimumMagTest = FMinimumMagTest<T>;                          \
+  TEST_F(LlvmLibcFMinimumMagTest, NaN) { testNaN(&func); }                     \
+  TEST_F(LlvmLibcFMinimumMagTest, InfArg) { testInfArg(&func); }               \
+  TEST_F(LlvmLibcFMinimumMagTest, NegInfArg) { testNegInfArg(&func); }         \
+  TEST_F(LlvmLibcFMinimumMagTest, BothZero) { testBothZero(&func); }           \
   TEST_F(LlvmLibcFMinimumMagTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUM_MAGTEST_H
diff --git a/libc/test/src/math/smoke/FMinimumNumTest.h b/libc/test/src/math/smoke/FMinimumNumTest.h
index d73d4838a9..1419786d3d 100644
--- a/libc/test/src/math/smoke/FMinimumNumTest.h
+++ b/libc/test/src/math/smoke/FMinimumNumTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fminimum_num[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fminimum_num[f|l] -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -12,7 +13,8 @@
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
 
-template <typename T> class FMinimumNumTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMinimumNumTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -54,7 +56,7 @@ public:
 
   void testRange(FMinimumNumFunc func) {
     constexpr StorageType COUNT = 100'001;
-    constexpr StorageType STEP = STORAGE_MAX/ COUNT;
+    constexpr StorageType STEP = STORAGE_MAX / COUNT;
     for (StorageType i = 0, v = 0, w = STORAGE_MAX; i <= COUNT;
          ++i, v += STEP, w -= STEP) {
       FPBits xbits(v), ybits(w);
@@ -76,12 +78,12 @@ public:
   }
 };
 
-#define LIST_FMINIMUM_NUM_TESTS(T, func)                                               \
-  using LlvmLibcFMinimumNumTest = FMinimumNumTest<T>;                                        \
-  TEST_F(LlvmLibcFMinimumNumTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMinimumNumTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMinimumNumTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMinimumNumTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMINIMUM_NUM_TESTS(T, func)                                       \
+  using LlvmLibcFMinimumNumTest = FMinimumNumTest<T>;                          \
+  TEST_F(LlvmLibcFMinimumNumTest, NaN) { testNaN(&func); }                     \
+  TEST_F(LlvmLibcFMinimumNumTest, InfArg) { testInfArg(&func); }               \
+  TEST_F(LlvmLibcFMinimumNumTest, NegInfArg) { testNegInfArg(&func); }         \
+  TEST_F(LlvmLibcFMinimumNumTest, BothZero) { testBothZero(&func); }           \
   TEST_F(LlvmLibcFMinimumNumTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUMNUMTEST_H
diff --git a/libc/test/src/math/smoke/FMinimumTest.h b/libc/test/src/math/smoke/FMinimumTest.h
index 91e1fb9d58..496aa56641 100644
--- a/libc/test/src/math/smoke/FMinimumTest.h
+++ b/libc/test/src/math/smoke/FMinimumTest.h
@@ -1,4 +1,5 @@
-//===-- Utility class to test fminimum[f|l] -------------------------*- C++ -*-===//
+//===-- Utility class to test fminimum[f|l] -------------------------*- C++
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -12,7 +13,8 @@
 #include "test/UnitTest/FPMatcher.h"
 #include "test/UnitTest/Test.h"
 
-template <typename T> class FMinimumTest : public LIBC_NAMESPACE::testing::Test {
+template <typename T>
+class FMinimumTest : public LIBC_NAMESPACE::testing::Test {
 
   DECLARE_SPECIAL_CONSTANTS(T)
 
@@ -76,12 +78,12 @@ public:
   }
 };
 
-#define LIST_FMINIMUM_TESTS(T, func)                                               \
-  using LlvmLibcFMinimumTest = FMinimumTest<T>;                                        \
-  TEST_F(LlvmLibcFMinimumTest, NaN) { testNaN(&func); }                            \
-  TEST_F(LlvmLibcFMinimumTest, InfArg) { testInfArg(&func); }                      \
-  TEST_F(LlvmLibcFMinimumTest, NegInfArg) { testNegInfArg(&func); }                \
-  TEST_F(LlvmLibcFMinimumTest, BothZero) { testBothZero(&func); }                  \
+#define LIST_FMINIMUM_TESTS(T, func)                                           \
+  using LlvmLibcFMinimumTest = FMinimumTest<T>;                                \
+  TEST_F(LlvmLibcFMinimumTest, NaN) { testNaN(&func); }                        \
+  TEST_F(LlvmLibcFMinimumTest, InfArg) { testInfArg(&func); }                  \
+  TEST_F(LlvmLibcFMinimumTest, NegInfArg) { testNegInfArg(&func); }            \
+  TEST_F(LlvmLibcFMinimumTest, BothZero) { testBothZero(&func); }              \
   TEST_F(LlvmLibcFMinimumTest, Range) { testRange(&func); }
 
 #endif // LLVM_LIBC_TEST_SRC_MATH_SMOKE_FMINIMUMTEST_H
diff --git a/libc/test/src/math/smoke/fmaximum_mag_num_test.cpp b/libc/test/src/math/smoke/fmaximum_mag_num_test.cpp
index 7db8c69caa..aa83f1d7d4 100644
--- a/libc/test/src/math/smoke/fmaximum_mag_num_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_mag_num_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_mag_num -----------------------------------------------===//
+//===-- Unittests for fmaximum_mag_num
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_mag_numf128_test.cpp b/libc/test/src/math/smoke/fmaximum_mag_numf128_test.cpp
index 5fd0beccee..5473b9b0ed 100644
--- a/libc/test/src/math/smoke/fmaximum_mag_numf128_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_mag_numf128_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_mag_numf128 --------------------------------------------===//
+//===-- Unittests for fmaximum_mag_numf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_mag_numf_test.cpp b/libc/test/src/math/smoke/fmaximum_mag_numf_test.cpp
index 2eaa0d5110..86ce1d4d39 100644
--- a/libc/test/src/math/smoke/fmaximum_mag_numf_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_mag_numf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_mag_numf -----------------------------------------------===//
+//===-- Unittests for fmaximum_mag_numf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_mag_numl_test.cpp b/libc/test/src/math/smoke/fmaximum_mag_numl_test.cpp
index 687abbf5db..811490f721 100644
--- a/libc/test/src/math/smoke/fmaximum_mag_numl_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_mag_numl_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_mag_numl -----------------------------------------------===//
+//===-- Unittests for fmaximum_mag_numl
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_mag_test.cpp b/libc/test/src/math/smoke/fmaximum_mag_test.cpp
index 5968ebb5f9..5e419da731 100644
--- a/libc/test/src/math/smoke/fmaximum_mag_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_mag_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_mag -----------------------------------------------===//
+//===-- Unittests for fmaximum_mag
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_magf128_test.cpp b/libc/test/src/math/smoke/fmaximum_magf128_test.cpp
index 7c93c94cbe..362644a7f2 100644
--- a/libc/test/src/math/smoke/fmaximum_magf128_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_magf128_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_magf128 --------------------------------------------===//
+//===-- Unittests for fmaximum_magf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_magf_test.cpp b/libc/test/src/math/smoke/fmaximum_magf_test.cpp
index 8347c4a443..fb40bb7ab7 100644
--- a/libc/test/src/math/smoke/fmaximum_magf_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_magf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_magf -----------------------------------------------===//
+//===-- Unittests for fmaximum_magf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_magl_test.cpp b/libc/test/src/math/smoke/fmaximum_magl_test.cpp
index 21224514cb..b8d5232373 100644
--- a/libc/test/src/math/smoke/fmaximum_magl_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_magl_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_magl -----------------------------------------------===//
+//===-- Unittests for fmaximum_magl
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_num_test.cpp b/libc/test/src/math/smoke/fmaximum_num_test.cpp
index d50cf32bcd..a249539600 100644
--- a/libc/test/src/math/smoke/fmaximum_num_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_num_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_num -----------------------------------------------===//
+//===-- Unittests for fmaximum_num
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_numf128_test.cpp b/libc/test/src/math/smoke/fmaximum_numf128_test.cpp
index d15b2b9b96..3e86651087 100644
--- a/libc/test/src/math/smoke/fmaximum_numf128_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_numf128_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_numf128 --------------------------------------------===//
+//===-- Unittests for fmaximum_numf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_numf_test.cpp b/libc/test/src/math/smoke/fmaximum_numf_test.cpp
index 98595ed1df..9e1b62043d 100644
--- a/libc/test/src/math/smoke/fmaximum_numf_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_numf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_numf -----------------------------------------------===//
+//===-- Unittests for fmaximum_numf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_numl_test.cpp b/libc/test/src/math/smoke/fmaximum_numl_test.cpp
index 0f73981d20..8695a40649 100644
--- a/libc/test/src/math/smoke/fmaximum_numl_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_numl_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum_numl -----------------------------------------------===//
+//===-- Unittests for fmaximum_numl
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximum_test.cpp b/libc/test/src/math/smoke/fmaximum_test.cpp
index 21be2023e1..ceb877a3b0 100644
--- a/libc/test/src/math/smoke/fmaximum_test.cpp
+++ b/libc/test/src/math/smoke/fmaximum_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximum -----------------------------------------------===//
+//===-- Unittests for fmaximum
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximumf128_test.cpp b/libc/test/src/math/smoke/fmaximumf128_test.cpp
index 040c6ee629..1e629c2b85 100644
--- a/libc/test/src/math/smoke/fmaximumf128_test.cpp
+++ b/libc/test/src/math/smoke/fmaximumf128_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximumf128 --------------------------------------------===//
+//===-- Unittests for fmaximumf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximumf_test.cpp b/libc/test/src/math/smoke/fmaximumf_test.cpp
index 5ea2efa0b7..9b3340ac9f 100644
--- a/libc/test/src/math/smoke/fmaximumf_test.cpp
+++ b/libc/test/src/math/smoke/fmaximumf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximumf -----------------------------------------------===//
+//===-- Unittests for fmaximumf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fmaximuml_test.cpp b/libc/test/src/math/smoke/fmaximuml_test.cpp
index fd780c2719..fa0c9557ed 100644
--- a/libc/test/src/math/smoke/fmaximuml_test.cpp
+++ b/libc/test/src/math/smoke/fmaximuml_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fmaximuml -----------------------------------------------===//
+//===-- Unittests for fmaximuml
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_mag_num_test.cpp b/libc/test/src/math/smoke/fminimum_mag_num_test.cpp
index e3b8de746b..88ee0b1df5 100644
--- a/libc/test/src/math/smoke/fminimum_mag_num_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_mag_num_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_mag_num -----------------------------------------------===//
+//===-- Unittests for fminimum_mag_num
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_mag_numf128.cpp b/libc/test/src/math/smoke/fminimum_mag_numf128.cpp
index 752d3ebe99..4533c621b4 100644
--- a/libc/test/src/math/smoke/fminimum_mag_numf128.cpp
+++ b/libc/test/src/math/smoke/fminimum_mag_numf128.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_mag_numf128 --------------------------------------------===//
+//===-- Unittests for fminimum_mag_numf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_mag_numf_test.cpp b/libc/test/src/math/smoke/fminimum_mag_numf_test.cpp
index ffb0086e85..643d1f702e 100644
--- a/libc/test/src/math/smoke/fminimum_mag_numf_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_mag_numf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_mag_numf -----------------------------------------------===//
+//===-- Unittests for fminimum_mag_numf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_mag_numl_test.cpp b/libc/test/src/math/smoke/fminimum_mag_numl_test.cpp
index e539d87116..18ebcd09ae 100644
--- a/libc/test/src/math/smoke/fminimum_mag_numl_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_mag_numl_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_mag_numl -----------------------------------------------===//
+//===-- Unittests for fminimum_mag_numl
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_mag_test.cpp b/libc/test/src/math/smoke/fminimum_mag_test.cpp
index 5c13385a4d..6f84166e83 100644
--- a/libc/test/src/math/smoke/fminimum_mag_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_mag_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_mag -----------------------------------------------===//
+//===-- Unittests for fminimum_mag
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_magf128_test.cpp b/libc/test/src/math/smoke/fminimum_magf128_test.cpp
index 746159c28b..d6a1710db9 100644
--- a/libc/test/src/math/smoke/fminimum_magf128_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_magf128_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_magf128 --------------------------------------------===//
+//===-- Unittests for fminimum_magf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_magf_test.cpp b/libc/test/src/math/smoke/fminimum_magf_test.cpp
index 081a36e318..35f7f5563c 100644
--- a/libc/test/src/math/smoke/fminimum_magf_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_magf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_magf -----------------------------------------------===//
+//===-- Unittests for fminimum_magf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_magl_test.cpp b/libc/test/src/math/smoke/fminimum_magl_test.cpp
index 865bb3ff4f..18e3c52a01 100644
--- a/libc/test/src/math/smoke/fminimum_magl_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_magl_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_magl -----------------------------------------------===//
+//===-- Unittests for fminimum_magl
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_num_test.cpp b/libc/test/src/math/smoke/fminimum_num_test.cpp
index fdeff15624..7cc5a699e7 100644
--- a/libc/test/src/math/smoke/fminimum_num_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_num_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_num -----------------------------------------------===//
+//===-- Unittests for fminimum_num
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_numf128_test.cpp b/libc/test/src/math/smoke/fminimum_numf128_test.cpp
index f61981331c..a01ea20e57 100644
--- a/libc/test/src/math/smoke/fminimum_numf128_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_numf128_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_numf128 --------------------------------------------===//
+//===-- Unittests for fminimum_numf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_numf_test.cpp b/libc/test/src/math/smoke/fminimum_numf_test.cpp
index 36929565fb..971acc5168 100644
--- a/libc/test/src/math/smoke/fminimum_numf_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_numf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_numf -----------------------------------------------===//
+//===-- Unittests for fminimum_numf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_numl_test.cpp b/libc/test/src/math/smoke/fminimum_numl_test.cpp
index 5ead7b6af8..b1b22aaac5 100644
--- a/libc/test/src/math/smoke/fminimum_numl_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_numl_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum_numl -----------------------------------------------===//
+//===-- Unittests for fminimum_numl
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimum_test.cpp b/libc/test/src/math/smoke/fminimum_test.cpp
index 74366477cd..e9e057bbd9 100644
--- a/libc/test/src/math/smoke/fminimum_test.cpp
+++ b/libc/test/src/math/smoke/fminimum_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimum -----------------------------------------------===//
+//===-- Unittests for fminimum
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimumf128_test.cpp b/libc/test/src/math/smoke/fminimumf128_test.cpp
index 842e2ef2ad..06302459ba 100644
--- a/libc/test/src/math/smoke/fminimumf128_test.cpp
+++ b/libc/test/src/math/smoke/fminimumf128_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimumf128 --------------------------------------------===//
+//===-- Unittests for fminimumf128
+//--------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimumf_test.cpp b/libc/test/src/math/smoke/fminimumf_test.cpp
index e9817d62b1..53659e9c70 100644
--- a/libc/test/src/math/smoke/fminimumf_test.cpp
+++ b/libc/test/src/math/smoke/fminimumf_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimumf -----------------------------------------------===//
+//===-- Unittests for fminimumf
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/test/src/math/smoke/fminimuml_test.cpp b/libc/test/src/math/smoke/fminimuml_test.cpp
index 846b0cc02b..bbb979bb02 100644
--- a/libc/test/src/math/smoke/fminimuml_test.cpp
+++ b/libc/test/src/math/smoke/fminimuml_test.cpp
@@ -1,4 +1,5 @@
-//===-- Unittests for fminimuml -----------------------------------------------===//
+//===-- Unittests for fminimuml
+//-----------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

``````````

</details>


https://github.com/llvm/llvm-project/pull/86016


More information about the libc-commits mailing list