1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

sparc: Remove bzero optimization

The symbol is not present in current POSIX specification and compiler
already generates memset call.
This commit is contained in:
Adhemerval Zanella
2022-02-10 12:51:24 -03:00
parent c0d215f162
commit a61933fe27
14 changed files with 30 additions and 105 deletions

View File

@@ -1,4 +1,4 @@
/* Common definition for memset/bzero implementation.
/* Common definition for memset implementation.
All versions must be listed in ifunc-impl-list.c.
Copyright (C) 2017-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.