Skip to content

Commit

Permalink
SIMD: fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 committed Jul 26, 2024
1 parent 1ba1dc1 commit 340747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simd/src/Kokkos_SIMD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace Impl {
using host_native = avx512_fixed_size<8>;
#elif defined(KOKKOS_ARCH_AVX2)
using host_native = avx2_fixed_size<4>;
#elif defined(KOKKOS_ARCH_ARM_NEON)
#elif defined(KOKKOS_ARCH_ARM_NEON)
using host_native = neon_fixed_size<2>;
#else
using host_native = scalar;
Expand Down

0 comments on commit 340747b

Please sign in to comment.