Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
11.7.0
-
None
Description
In file included from /home/buildbot/x86-debian-12/build/sql/vector_mhnsw.cc:25:
|
/home/buildbot/x86-debian-12/build/sql/bloom_filters.h: In member function ‘void PatternedSimdBloomFilter<T>::Insert(const T**)’:
|
/home/buildbot/x86-debian-12/build/sql/bloom_filters.h:128:23: error: there are no arguments to ‘_mm256_extract_epi64’ that depend on a template parameter, so a declaration of ‘_mm256_extract_epi64’ must be available [-fpermissive]
|
128 | uint64_t block0 = _mm256_extract_epi64(vecBlockIdxA, 0);
|
Attachments
Issue Links
- is caused by
-
MDEV-34939 vector search in 11.7
- Closed