From cebbf89cbe1b1b7cfa0028ccd0c1554641bbf048 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 17 Jul 2024 18:47:12 -0700 Subject: [PATCH] Fix build for x86 --- ConflictSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index 65ba086..92c742a 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -2792,7 +2792,7 @@ scan16(const InternalVersionT *vs, int begin, int end, InternalVersionT readVersion); template __attribute__((target("avx512f"))) bool checkMaxBetweenExclusive(Node *n, int begin, int end, - InternalVersionT readVersion); + InternalVersionT readVersion, ReadContext *); template __attribute__((target("avx512f"))) bool checkRangeStartsWith(Node *n, std::span key, int begin, int end, InternalVersionT readVersion,