aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/searcher/fold.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors/src/vespa/vsm/searcher/fold.h')
-rw-r--r--streamingvisitors/src/vespa/vsm/searcher/fold.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/streamingvisitors/src/vespa/vsm/searcher/fold.h b/streamingvisitors/src/vespa/vsm/searcher/fold.h
new file mode 100644
index 00000000000..578b883484f
--- /dev/null
+++ b/streamingvisitors/src/vespa/vsm/searcher/fold.h
@@ -0,0 +1,12 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#pragma once
+
+#include <vespa/vsm/common/document.h>
+
+namespace vsm {
+
+const search::byte * sse2_foldaa(const search::byte * toFoldOrg, size_t sz, search::byte * foldedOrg);
+const search::byte * sse2_foldua(const search::byte * toFoldOrg, size_t sz, search::byte * foldedOrg);
+
+}
+