]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: prepare for SIMD optimizations
authorVictor Julien <vjulien@oisf.net>
Mon, 26 Feb 2024 09:52:09 +0000 (10:52 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 4 Mar 2024 10:50:30 +0000 (11:50 +0100)
commit4ba1f44e0d882ffb6d7d93b2864c9dd405f78ea5
treee34cf218e96568d47e85f68f5b185b9aba18e193
parente7e4305d91a05acde921b5bc87f7adbdf566def6
detect: prepare for SIMD optimizations

Make rule group head bitarray 16 bytes aligned and padded to 16 bytes
boundaries to assist SIMD operations in follow up commits.
src/detect-engine-siggroup.c