Blame sysdeps/powerpc/powerpc64/multiarch/stpcpy-power9.S

Packit Service 9ea99b
/* Optimized stpcpy implementation for POWER9/PPC64.
Packit Service 9ea99b
   Copyright (C) 2015-2020 Free Software Foundation, Inc.
Packit Service 9ea99b
   This file is part of the GNU C Library.
Packit Service 9ea99b
Packit Service 9ea99b
   The GNU C Library is free software; you can redistribute it and/or
Packit Service 9ea99b
   modify it under the terms of the GNU Lesser General Public
Packit Service 9ea99b
   License as published by the Free Software Foundation; either
Packit Service 9ea99b
   version 2.1 of the License, or (at your option) any later version.
Packit Service 9ea99b
Packit Service 9ea99b
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service 9ea99b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 9ea99b
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 9ea99b
   Lesser General Public License for more details.
Packit Service 9ea99b
Packit Service 9ea99b
   You should have received a copy of the GNU Lesser General Public
Packit Service 9ea99b
   License along with the GNU C Library; if not, see
Packit Service 9ea99b
   <https://www.gnu.org/licenses/>.  */
Packit Service 9ea99b
Packit Service 9ea99b
#define STPCPY __stpcpy_power9
Packit Service 9ea99b
Packit Service 9ea99b
#undef libc_hidden_builtin_def
Packit Service 9ea99b
#define libc_hidden_builtin_def(name)
Packit Service 9ea99b
Packit Service 9ea99b
#include <sysdeps/powerpc/powerpc64/le/power9/stpcpy.S>