forked from weaselab/conflict-set
Fix build for x86
This commit is contained in:
+1
-1
@@ -2792,7 +2792,7 @@ scan16<true>(const InternalVersionT *vs, int begin, int end,
|
||||
InternalVersionT readVersion);
|
||||
template __attribute__((target("avx512f"))) bool
|
||||
checkMaxBetweenExclusive<true>(Node *n, int begin, int end,
|
||||
InternalVersionT readVersion);
|
||||
InternalVersionT readVersion, ReadContext *);
|
||||
template __attribute__((target("avx512f"))) bool
|
||||
checkRangeStartsWith<true>(Node *n, std::span<const uint8_t> key, int begin,
|
||||
int end, InternalVersionT readVersion,
|
||||
|
||||
Reference in New Issue
Block a user