]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
Make the match component of SVE truffle constant time 226/head
authorYoan Picchi <yoan.picchi@arm.com>
Fri, 12 Jan 2024 15:33:28 +0000 (15:33 +0000)
committerYoan Picchi <yoan.picchi@arm.com>
Thu, 18 Jan 2024 11:53:45 +0000 (11:53 +0000)
commit01d8a2d76873865d12f311ca864ee76f56ed246d
tree97f29016c0dee28bedb3e24e73cf70640774c86f
parent46488b80978cde7116bb0c2730e3af1abfbe3cc6
Make the match component of SVE truffle constant time

There are no significant speed up for 128b vectors but we expect some speedup
for wider vectors compared to the previous linear time implementation of the
match.hpp component

Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
src/util/arch/arm/match.hpp