]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
Use SVE2 Bitperm's bdep instruction in bitutils and state_compress
authorGeorge Wort <george.wort@arm.com>
Fri, 2 Jul 2021 09:43:48 +0000 (10:43 +0100)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Tue, 12 Oct 2021 08:51:34 +0000 (11:51 +0300)
commit051ceed0f95324ddff09898102e9da9fba8cae29
tree9e50105093b8ea32592cbf47bdf0f0fce9716268
parent4bc28272da993d4cb5b2eabe67ce062666667dbc
Use SVE2 Bitperm's bdep instruction in bitutils and state_compress

Specifically for pdep64, expand32, and expand64 in bitutils,
as well as all of the loadcompressed functions used in
state_compress.

Change-Id: I92851bd12481dbee6a7e344df0890c4901b56d01
src/util/arch/arm/bitutils.h
src/util/state_compress.c