greateggsgreg

Results 3 comments of greateggsgreg

@simsong What do you imagine that looking like? Github Actions that execute the release/* scripts?

Was able to reproduce this issue on the latest 0.7.13 (0.7.16) wheel published on Github. To reproduce: * Install Ubuntu 24.04 in a VM * Disable AVX instructions in grub...

Following up on this again, it should be solvable by simply adding `-DSIMDE_BACKEND=ON` to [your list of passed cmake args here](https://github.com/darvid/python-hyperscan/blob/main/CMakeLists.txt#L363) This should enable the SIMDe (SIMD everywhere) option, as...