]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
LoongArch: Change loongarch to LoongArch in comments
authordengjianbo <dengjianbo@loongson.cn>
Mon, 28 Aug 2023 02:08:40 +0000 (10:08 +0800)
committercaiyinyu <caiyinyu@loongson.cn>
Tue, 29 Aug 2023 02:35:38 +0000 (10:35 +0800)
24 files changed:
sysdeps/loongarch/lp64/multiarch/memcpy-aligned.S
sysdeps/loongarch/lp64/multiarch/memcpy-lasx.S
sysdeps/loongarch/lp64/multiarch/memcpy-lsx.S
sysdeps/loongarch/lp64/multiarch/memcpy-unaligned.S
sysdeps/loongarch/lp64/multiarch/memmove-aligned.S
sysdeps/loongarch/lp64/multiarch/memmove-lasx.S
sysdeps/loongarch/lp64/multiarch/memmove-lsx.S
sysdeps/loongarch/lp64/multiarch/memmove-unaligned.S
sysdeps/loongarch/lp64/multiarch/strchr-aligned.S
sysdeps/loongarch/lp64/multiarch/strchr-lasx.S
sysdeps/loongarch/lp64/multiarch/strchr-lsx.S
sysdeps/loongarch/lp64/multiarch/strchrnul-aligned.S
sysdeps/loongarch/lp64/multiarch/strchrnul-lasx.S
sysdeps/loongarch/lp64/multiarch/strchrnul-lsx.S
sysdeps/loongarch/lp64/multiarch/strcmp-aligned.S
sysdeps/loongarch/lp64/multiarch/strcmp-lsx.S
sysdeps/loongarch/lp64/multiarch/strlen-aligned.S
sysdeps/loongarch/lp64/multiarch/strlen-lasx.S
sysdeps/loongarch/lp64/multiarch/strlen-lsx.S
sysdeps/loongarch/lp64/multiarch/strncmp-aligned.S
sysdeps/loongarch/lp64/multiarch/strncmp-lsx.S
sysdeps/loongarch/lp64/multiarch/strnlen-aligned.S
sysdeps/loongarch/lp64/multiarch/strnlen-lasx.S
sysdeps/loongarch/lp64/multiarch/strnlen-lsx.S

index 299dd49ce1b0540d17e94c58c66c0d6362f1511f..7eb34395cb9cb436115dc797e35ef8923b6901ee 100644 (file)
@@ -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.
index 4aae5bf8317dcdd177bd29db07b8a7f8f93548a9..ae148df5d797b52ef2ae3f3cebe62b0976553954 100644 (file)
@@ -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.
index 6ebbe7a2c7358789f684e10c3ba14ef1da71a430..feb2bb0e0a877c426a9832404ee29862e118ca5a 100644 (file)
@@ -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.
index 8e60a22dfbd9df31b0c8be0c2b1e3ff04c171360..31019b138f8d750a48181aca946a8f008f3dd2c0 100644 (file)
@@ -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.
index 5354f383793e4366682e8a8a5325ba31f202ac8d..a02114c057e898330424be21f6ac798d1ab45c90 100644 (file)
@@ -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.
index ff68e7a22bff51a4b85b9a31adee94e3a4a7098a..95d8ee7b9393f596cb11ef6311224bc273d2ceff 100644 (file)
@@ -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.
index 9e1502a79b150da6a4fff7eee803b91f8b2e2c59..8a9367708d10700cedc362d975e12eb9d222f16d 100644 (file)
@@ -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.
index 90a64b6bb9492365ed77e668befc99cc26cf161f..3284ce25fe605e1889e558c80cbd53f76c776ccc 100644 (file)
@@ -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.
index 5fb01806e4695eb65010cee52f171206d518a58c..620200545bdf1856800dbd34fbeedf4b9d7e2844 100644 (file)
@@ -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.
index 254402daa57b3d8863196f727e9c6dbde3385bf0..4d3cc58845e475997fa1f5d1dae226b2b6cf4bb2 100644 (file)
@@ -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.
index dae98b0a55b75b7fcde068c68719c02146b7b30f..8b78c35c20bbd77af2b770dccec210b33995a94f 100644 (file)
@@ -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.
index 1c01a0232dc15463453281ec8dd901f9603e46c0..20856a06a0aa7b951b1a4eb5372ed861989e5bb1 100644 (file)
@@ -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.
index d45495e48f5b1f83a99e696dbb2dfcd3056aad7a..4753d4ced5433881c7022942c6a788b80052a7fa 100644 (file)
@@ -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.
index 07d793ae5ff5822b74302e990292600cea1df474..671e740c035673b685d4a9cfb698c7e9953f7954 100644 (file)
@@ -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.
index f5f4f3364e1d3aad45246f2480a89299ae7a9bc8..ba1f9667e054aa5cd093d7780c31c2365ee53e51 100644 (file)
@@ -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.
index 2e177a3872c32d9439ca3b5e2dfafd6507b25166..091c8c9ebd60e50862f083c5219f93eb465bb267 100644 (file)
@@ -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.
index e9e1d2fc044bf8f58836911c609dc4b2918a5104..ed0548e46b17e103cffa8c5c6b4e77f4b41487e9 100644 (file)
@@ -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.
index 258c47cea0cb0d1a250d24e9bd8c8a70ae4d40fb..91342f341563d9aa397c418e0fa067537118ccc5 100644 (file)
@@ -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.
index b194355e7bd922d82872fcdfd704e52dd0e8bed3..b09c12e00b970948026902cd23cb1cbebb4db01b 100644 (file)
@@ -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.
index e2687fa7708181203d5b7d766faedab88b719be9..f63de872a7727f260543b7d267740a2d040f2f28 100644 (file)
@@ -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.
index 0b4eee2a9830c2e168b33c17f2d20573ba5b6555..83cb801d5d7dd310999a08b99c1a9bd79b8736c9 100644 (file)
@@ -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.
index b900430a5d4de57ea29ca0285f01c4cb4cd78af1..a8296a1b214609a745d6712e8a37ba545a887676 100644 (file)
@@ -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.
index 2c03d3d9b41a1b4741766dba28914e35d8b704d2..aa6c812d30c653694638fd247d48cb64bb3b7e60 100644 (file)
@@ -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.
index b769a895840a114d841be4ebdfea9b3b3bb7b8e0..d0febe3eb089b458b70f8c4a1d6c5fb0522ac87c 100644 (file)
@@ -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.