mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
LoongArch: Change loongarch to LoongArch in comments
This commit is contained in:
parent
ea7698a616
commit
693918b6dd
24 changed files with 24 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Optimized memcpy_aligned implementation using basic Loongarch instructions.
|
||||
/* Optimized memcpy_aligned implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized memcpy implementation using Loongarch LASX instructions.
|
||||
/* Optimized memcpy implementation using LoongArch LASX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized memcpy implementation using Loongarch LSX instructions.
|
||||
/* Optimized memcpy implementation using LoongArch LSX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized unaligned memcpy implementation using basic Loongarch instructions.
|
||||
/* Optimized unaligned memcpy implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized memmove_aligned implementation using basic Loongarch instructions.
|
||||
/* Optimized memmove_aligned implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized memmove implementation using Loongarch LASX instructions.
|
||||
/* Optimized memmove implementation using LoongArch LASX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized memmove implementation using Loongarch LSX instructions.
|
||||
/* Optimized memmove implementation using LoongArch LSX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized memmove_unaligned implementation using basic Loongarch instructions.
|
||||
/* Optimized memmove_unaligned implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strchr implementation using basic Loongarch instructions.
|
||||
/* Optimized strchr implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strchr implementation using loongarch LASX SIMD instructions.
|
||||
/* Optimized strchr implementation using LoongArch LASX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strlen implementation using loongarch LSX SIMD instructions.
|
||||
/* Optimized strlen implementation using LoongArch LSX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strchrnul implementation using basic Loongarch instructions.
|
||||
/* Optimized strchrnul implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strchrnul implementation using loongarch LASX SIMD instructions.
|
||||
/* Optimized strchrnul implementation using LoongArch LASX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strchrnul implementation using loongarch LSX SIMD instructions.
|
||||
/* Optimized strchrnul implementation using LoongArch LSX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strcmp implementation using basic Loongarch instructions.
|
||||
/* Optimized strcmp implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strcmp implementation using Loongarch LSX instructions.
|
||||
/* Optimized strcmp implementation using LoongArch LSX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strlen implementation using basic Loongarch instructions.
|
||||
/* Optimized strlen implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strlen implementation using loongarch LASX SIMD instructions.
|
||||
/* Optimized strlen implementation using LoongArch LASX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strlen implementation using Loongarch LSX SIMD instructions.
|
||||
/* Optimized strlen implementation using LoongArch LSX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strncmp implementation using basic Loongarch instructions.
|
||||
/* Optimized strncmp implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strncmp implementation using Loongarch LSX instructions.
|
||||
/* Optimized strncmp implementation using LoongArch LSX instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strnlen implementation using basic Loongarch instructions.
|
||||
/* Optimized strnlen implementation using basic LoongArch instructions.
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strnlen implementation using loongarch LASX instructions
|
||||
/* Optimized strnlen implementation using LoongArch LASX instructions
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Optimized strnlen implementation using loongarch LSX instructions
|
||||
/* Optimized strnlen implementation using LoongArch LSX instructions
|
||||
Copyright (C) 2023 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of the GNU C Library.
|
||||
|
|
Loading…
Add table
Reference in a new issue