diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2025-12-26 08:56:41 -0800 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2025-12-28 14:07:36 +0100 |
| commit | 1a32c9977f6d220e178d9bf0856d713ceb0837dc (patch) | |
| tree | ae4a4fc919592df0a86772f0214b16daf2cca781 /functable.c | |
| parent | a8a12f465758accea6a9dd37d6979c014a42a7c6 (diff) | |
| download | Project-Tick-1a32c9977f6d220e178d9bf0856d713ceb0837dc.tar.gz Project-Tick-1a32c9977f6d220e178d9bf0856d713ceb0837dc.zip | |
Add missing adler32_copy_vmx implementation
Diffstat (limited to 'functable.c')
| -rw-r--r-- | functable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functable.c b/functable.c index e33d8ef3aa..1085751916 100644 --- a/functable.c +++ b/functable.c @@ -249,6 +249,7 @@ static int init_functable(void) { #ifdef PPC_VMX if (cf.power.has_altivec) { ft.adler32 = &adler32_vmx; + ft.adler32_copy = &adler32_copy_vmx; ft.slide_hash = &slide_hash_vmx; } #endif |
