Skip to content

Commit

Permalink
Merge pull request #180 from eseiler/misc/move_include
Browse files Browse the repository at this point in the history
[MISC] Move simde include
  • Loading branch information
eseiler authored Dec 1, 2023
2 parents 1f79d22 + 022efc0 commit d96092f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/hibf/misc/counting_vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
#include <hibf/misc/next_multiple_of_64.hpp> // for next_multiple_of_64
#include <hibf/platform.hpp> // for HIBF_HAS_AVX512

#include <simde/x86/avx512/types.h> // for simde__m512i

#if HIBF_HAS_AVX512
# include <simde/x86/avx512/add.h> // for simde_mm512_add_epi16, simde_mm512_add_epi32, simde_mm512_add_...
# include <simde/x86/avx512/load.h> // for simde_mm512_load_si512
# include <simde/x86/avx512/mov.h> // for simde_mm512_maskz_mov_epi16, simde_mm512_maskz_mov_epi32, simd...
# include <simde/x86/avx512/set1.h> // for simde_mm512_set1_epi16, simde_mm512_set1_epi32, simde_mm512_se...
# include <simde/x86/avx512/store.h> // for simde_mm512_store_si512
# include <simde/x86/avx512/sub.h> // for simde_mm512_sub_epi16, simde_mm512_sub_epi32, simde_mm512_sub_...
# include <simde/x86/avx512/types.h> // for simde__m512i
#endif

namespace seqan::hibf
Expand Down

1 comment on commit d96092f

@vercel
Copy link

@vercel vercel bot commented on d96092f Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hibf – ./

hibf.vercel.app
hibf-seqan.vercel.app
hibf-git-main-seqan.vercel.app

Please sign in to comment.