File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22# DO NOT EDIT THIS FILE DIRECTLY
33
4- __build__ = 1663
4+ __build__ = 1664
55__author__ = "@joocer"
6- __version__ = "0.26.0-beta.1663 "
6+ __version__ = "0.26.0-beta.1664 "
77
88# Store the version here so:
99# 1) we don't load dependencies by storing it in __init__.py
Original file line number Diff line number Diff line change 11[project ]
22name = " opteryx"
3- version = " 0.26.0-beta.1663 "
3+ version = " 0.26.0-beta.1664 "
44description = " Query your data, where it lives"
55requires-python = ' >=3.11'
66readme = {file = " README.md" , content-type = " text/markdown" }
Original file line number Diff line number Diff line change 55
66#if defined(__ARM_NEON) || defined(__ARM_NEON__)
77#include < arm_neon.h>
8+ #elif defined(__AVX2__)
9+ #include < immintrin.h>
810#endif
911
1012// SIMD substring search (up to 16 bytes pattern)
You can’t perform that action at this time.
0 commit comments