]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
firstMatch/lastMatch are now arch-dependent, emulating movemask on non-Intel is very...
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Sun, 3 Oct 2021 10:47:53 +0000 (10:47 +0000)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Tue, 12 Oct 2021 08:51:34 +0000 (11:51 +0300)
commitfa3d509fad0bc3104ff672657b1da1fa49565eae
tree6f345022cb62b1a16e1b81d353c651a6dcd0e03d
parent9ab18cf419dd33bef7687da2587d8542068ededb
firstMatch/lastMatch are now arch-dependent, emulating movemask on non-Intel is very costly, the alternative is almost twice as fast on Arm
src/util/arch/arm/match.hpp [new file with mode: 0644]
src/util/arch/x86/match.hpp [new file with mode: 0644]
src/util/match.hpp