Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huihan365 authored and HackToday committed Mar 15, 2023
1 parent 604ff9f commit 2d93bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/roaring/containers/bitset.h
Expand Up @@ -64,7 +64,7 @@ bitset_container_t *bitset_container_clone(const bitset_container_t *src);
void bitset_container_set_range(bitset_container_t *bitset, uint32_t begin,
uint32_t end);

#if defined(CROARING_ASMBITMANIPOPTIMIZATION) && ( defined(__AVX2__) || defined(__AVX512__))
#if defined(CROARING_ASMBITMANIPOPTIMIZATION) && ( defined(__AVX2__)
/* Set the ith bit. */
static inline void bitset_container_set(bitset_container_t *bitset,
uint16_t pos) {
Expand Down

0 comments on commit 2d93bc9

Please sign in to comment.