Skip to content

Commit 343c291

Browse files
committed
cpu: fixup clang-tidy
1 parent 89fdadd commit 343c291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpu/x64/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ jit_avx512_core_gemm_bf16bf16f32_kern::jit_avx512_core_gemm_bf16bf16f32_kern(
507507
this, one_, even_, selector_, scratch_, zmm_tmp0_, zmm_tmp1_);
508508
}
509509

510-
jit_avx512_core_gemm_bf16bf16f32_kern::
511-
~jit_avx512_core_gemm_bf16bf16f32_kern() {}
510+
jit_avx512_core_gemm_bf16bf16f32_kern::~jit_avx512_core_gemm_bf16bf16f32_kern()
511+
= default;
512512
} // namespace x64
513513
} // namespace cpu
514514
} // namespace impl

0 commit comments

Comments
 (0)