]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
[PowerPC] Use templatized code for slide_hash as code for VMX and VSX is very similar
authorMika Lindqvist <postmaster@raasu.org>
Tue, 22 Jun 2021 19:19:13 +0000 (22:19 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 11 Aug 2021 10:02:55 +0000 (12:02 +0200)
commitf456924eaa9f08a3557cced8ed40b7ef6f9d76ea
tree5bf3553f07813aca664edf130920526d6f45cea3
parent8d6816604a23b84ff1fb53f6e5fbdbd64b084ac7
[PowerPC] Use templatized code for slide_hash as code for VMX and VSX is very similar
* Any differences can be handled using compiler options or added as macros before including template header
arch/power/slide_hash_power8.c
arch/power/slide_hash_vmx.c
arch/power/slide_ppc_tpl.h [new file with mode: 0644]