Skip to content

Commit

Permalink
Rem chunkmemset_safe
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jan 5, 2025
1 parent 6e0430e commit d97bf92
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 @@ -202,7 +202,7 @@ static void init_functable(void) {
#ifdef POWER8_VSX
if (cf.power.has_arch_2_07) {
//ft.adler32 = &adler32_power8;
ft.chunkmemset_safe = &chunkmemset_safe_power8;
//ft.chunkmemset_safe = &chunkmemset_safe_power8;
ft.chunksize = &chunksize_power8;
ft.inflate_fast = &inflate_fast_power8;
ft.slide_hash = &slide_hash_power8;
Expand Down

0 comments on commit d97bf92

Please sign in to comment.