About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/util/cache_ops_x86_clflushopt.c
AgeCommit message (Collapse)Author
2025-10-16util/cache_ops: Add some cache flush helpersFaith Ekstrand
The x86 implementation was shamelessly stolen from intel_mem.c and the aarch64 implementaiton was based on the code in Turnip. Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Tested-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37803>