Skip to content

Commit 22b027d

Browse files
committed
Fix formatting according to clang-format-14
1 parent 25a92ce commit 22b027d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/MatrixElementKernels.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ namespace mg5amcCpu
257257
#else // AV FIXME! Added by OM for Mac, should identify the correct __xxx__ flag that should be targeted
258258
// DM now we have an explicit NEON target for ARM
259259
bool known = false; // __builtin_cpu_supports is not supported
260-
bool ok = true; // this is just an assumption!
260+
bool ok = true; // this is just an assumption!
261261
const std::string tag = "simd arch not defined";
262262
#endif
263263
#elif defined __ARM_NEON__ // consider using __BUILTIN_CPU_SUPPORTS__

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/check_sa.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ main( int argc, char** argv )
918918
#elif defined __ARM_NEON__
919919
wrkflwtxt += "/neon";
920920
#else
921-
wrkflwtxt += "/????"; // no path to this statement
921+
wrkflwtxt += "/????"; // no path to this statement
922922
#endif
923923
// -- Has cxtype_v::operator[] bracket with non-const reference?
924924
#if defined MGONGPU_CPPSIMD

0 commit comments

Comments
 (0)