mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 16:35:29 +08:00
issue #34117 * Refactoring * Added a capability to perform multiple bitwise `and` and `or` operations in a single op * AVX2, AVX512, ARM NEON, ARM SVE backed bitwise `and`, `op`, `xor` and `sub` ops * more unit tests for bitset * fixed a bug in `or_with_count` for certain bitset sizes * fixed a bug for certain offset values for inplace operations that take two bitsets Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>