]> sourceware.org Git - glibc.git/commit
x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal path
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 14 Aug 2024 06:37:30 +0000 (14:37 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Aug 2024 15:19:15 +0000 (08:19 -0700)
commitb93dddfaf440aa12f45d7c356f6ffe9f27d35577
treefec258354276414f393856c864bb3b19f2bf0a9d
parent7da08862471dfec6fdae731c2a5f351ad485c71f
x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal path

This is just a refactor and there should be no behavioral change from
this commit.

The goal is to make `Avoid_Non_Temporal_Memset` a more universal knob
for controlling whether we use non-temporal memset rather than having
extra logic based on vendor.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86/cpu-features.c
sysdeps/x86/dl-cacheinfo.h
This page took 0.03726 seconds and 5 git commands to generate.