Skip to content

Commit 5642635

Browse files
author
Derek Gerstmann
committed
Clang format pass
1 parent 09069c3 commit 5642635

5 files changed

+1
-7
lines changed

src/runtime/aarch64_cpu_features.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,3 @@ extern "C" WEAK int halide_get_cpu_features(CpuFeatures *features) {
133133
} // namespace Internal
134134
} // namespace Runtime
135135
} // namespace Halide
136-

src/runtime/arm_cpu_features.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,3 @@ extern "C" WEAK int halide_get_cpu_features(CpuFeatures *features) {
114114
} // namespace Internal
115115
} // namespace Runtime
116116
} // namespace Halide
117-

src/runtime/powerpc_cpu_features.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
extern "C" {
1212

1313
unsigned long int getauxval(unsigned long int);
14-
1514
}
1615

1716
namespace Halide {
1817
namespace Runtime {
1918
namespace Internal {
20-
19+
2120
extern "C" WEAK int halide_get_cpu_features(CpuFeatures *features) {
2221
halide_set_known_cpu_feature(features, halide_target_feature_vsx);
2322
halide_set_known_cpu_feature(features, halide_target_feature_power_arch_2_07);

src/runtime/riscv_cpu_features.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ extern "C" WEAK int halide_get_cpu_features(Halide::Runtime::Internal::CpuFeatur
1313
} // namespace Internal
1414
} // namespace Runtime
1515
} // namespace Halide
16-
17-

src/runtime/wasm_cpu_features.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ extern "C" WEAK int halide_get_cpu_features(CpuFeatures *features) {
1818
} // namespace Internal
1919
} // namespace Runtime
2020
} // namespace Halide
21-

0 commit comments

Comments
 (0)