From f9841aaf3ba00ee3c6578aacaf7c6a476f452114 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 30 2021 04:36:59 +0000 Subject: Apply patch glibc-rh1817513-132.patch patch_name: glibc-rh1817513-132.patch present_in_specfile: true location_in_specfile: 533 --- diff --git a/sysdeps/x86/dl-tunables.list b/sysdeps/x86/dl-tunables.list index e066313..89bf296 100644 --- a/sysdeps/x86/dl-tunables.list +++ b/sysdeps/x86/dl-tunables.list @@ -39,9 +39,11 @@ glibc { # REP MOVSB. Since larger register size can move more data with a # single load and store, the threshold is higher with larger register # size. Note: Since the REP MOVSB threshold must be greater than 8 - # times of vector size, the minium value must be updated at run-time. + # times of vector size and the default value is 2048 * (vector size + # / 16), the default value and the minimum value must be updated at + # run-time. NB: Don't set the default value since we can't tell if + # the tunable value is set by user or not [BZ #27069]. minval: 1 - default: 2048 } x86_rep_stosb_threshold { type: SIZE_T