Skip to content

Commit

Permalink
slide_hash_power8
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jan 5, 2025
1 parent 3185616 commit d82db7a
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 @@ -205,7 +205,7 @@ static void init_functable(void) {
//ft.chunkmemset_safe = &chunkmemset_safe_power8;
//ft.chunksize = &chunksize_power8;
//ft.inflate_fast = &inflate_fast_power8;
ft.slide_hash = &slide_hash_power8;
//ft.slide_hash = &slide_hash_power8;
}
#endif
#ifdef POWER8_VSX_CRC32
Expand Down

0 comments on commit d82db7a

Please sign in to comment.