Skip to content

Commit

Permalink
Rm slide hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jan 5, 2025
1 parent 3cd0872 commit 575dc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functable.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static void init_functable(void) {
#ifdef PPC_VMX
if (cf.power.has_altivec) {
//ft.adler32 = &adler32_vmx;
ft.slide_hash = &slide_hash_vmx;
//ft.slide_hash = &slide_hash_vmx;
}
#endif
// Power8 - VSX
Expand Down

0 comments on commit 575dc82

Please sign in to comment.