]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
Feature/refactor fdr (#251) develop
authorKonstantinos Margaritis <markos@users.noreply.github.com>
Wed, 12 Nov 2025 12:49:41 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 12:49:41 +0000 (14:49 +0200)
commit87d8b357a98aad59e1a7d82795d6d895cbcf18ad
tree05a23e5becdf9c2ba74d52a82a3579899be85e89
parenteaa8f91c955a6d85c6fb720c8c5d2e807db34372
Feature/refactor fdr (#251)

* remove the use of macros for critical loops, easier to debug
removed switch, merged get_conf_stride functions into 1

* remove the use of macros for critical loops, easier to debug
removed switch, merged get_conf_stride functions into 1
split FDR implementations into arch specific files (same for now)
src/fdr/arm/fdr_impl.h [new file with mode: 0644]
src/fdr/fdr.c
src/fdr/fdr.h
src/fdr/fdr_impl.h [new file with mode: 0644]
src/fdr/ppc64le/fdr_impl.h [new file with mode: 0644]
src/fdr/x86/fdr_impl.h [new file with mode: 0644]
src/util/arch/arm/simd_utils.h
src/util/arch/common/simd_utils.h
src/util/arch/ppc64el/simd_utils.h
src/util/arch/x86/simd_utils.h