[all-commits] [llvm/llvm-project] 24ffb9: [libc] optimize bzero/memset for x86
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Jul 23 05:22:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24ffb98f9dbd489b05e1b5b36f3c0cd744dc798b
https://github.com/llvm/llvm-project/commit/24ffb98f9dbd489b05e1b5b36f3c0cd744dc798b
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M libc/src/string/memory_utils/memset_utils.h
Log Message:
-----------
[libc] optimize bzero/memset for x86
This is simpy using the x86 optimized elements when targetting x86 cpus.
Differential Revision: https://reviews.llvm.org/D106551
More information about the All-commits
mailing list