Skip to content

Commit

Permalink
Remove extra ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Dec 27, 2024
1 parent 9781330 commit 8b7f5ae
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ inline void mm512_uni_storeu_tail_ps(ov::float16* addr, __m512 v, size_t count)
}
#endif

#if defined(HAVE_AVX2)
#endif

#ifdef HAVE_AVX2
inline __m128i get_8bit_tail_mask_for_16bit_elts(size_t num_16bit_tail_elts) {
// num_tail_elts may take from 0 to 8
Expand Down

0 comments on commit 8b7f5ae

Please sign in to comment.