[libclc] bb95335 - [libclc][NFC] Clang-format includes
Fraser Cormack via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 28 10:01:04 PST 2025
Author: Fraser Cormack
Date: 2025-01-28T18:00:25Z
New Revision: bb95335982774c187984c4465202242b9d70cdb3
URL: https://github.com/llvm/llvm-project/commit/bb95335982774c187984c4465202242b9d70cdb3
DIFF: https://github.com/llvm/llvm-project/commit/bb95335982774c187984c4465202242b9d70cdb3.diff
LOG: [libclc][NFC] Clang-format includes
Added:
Modified:
libclc/generic/lib/math/clc_ldexp.cl
Removed:
################################################################################
diff --git a/libclc/generic/lib/math/clc_ldexp.cl b/libclc/generic/lib/math/clc_ldexp.cl
index 09c27062c63f93..e052aa812244bf 100644
--- a/libclc/generic/lib/math/clc_ldexp.cl
+++ b/libclc/generic/lib/math/clc_ldexp.cl
@@ -20,10 +20,10 @@
* THE SOFTWARE.
*/
-#include <clc/math/clc_subnormal_config.h>
-#include <clc/math/math.h>
#include <clc/clc.h>
#include <clc/clcmacro.h>
+#include <clc/math/clc_subnormal_config.h>
+#include <clc/math/math.h>
#include <clc/relational/clc_isinf.h>
#include <clc/relational/clc_isnan.h>
#include <clc/shared/clc_clamp.h>
More information about the cfe-commits
mailing list