aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/dl-diagnostics-cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/dl-diagnostics-cpu.c')
-rw-r--r--sysdeps/x86/dl-diagnostics-cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86/dl-diagnostics-cpu.c b/sysdeps/x86/dl-diagnostics-cpu.c
index 9f10645..8113a93 100644
--- a/sysdeps/x86/dl-diagnostics-cpu.c
+++ b/sysdeps/x86/dl-diagnostics-cpu.c
@@ -85,6 +85,8 @@ _dl_diagnostics_cpu (void)
cpu_features->shared_cache_size);
print_cpu_features_value ("non_temporal_threshold",
cpu_features->non_temporal_threshold);
+ print_cpu_features_value ("memset_non_temporal_threshold",
+ cpu_features->memset_non_temporal_threshold);
print_cpu_features_value ("rep_movsb_threshold",
cpu_features->rep_movsb_threshold);
print_cpu_features_value ("rep_movsb_stop_threshold",