git: 3d23253acd29 - Create tag vendor/arm-optimized-routines/20220210-89ca9c3

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Tue, 06 Sep 2022 15:26:29 UTC
The annotated tag vendor/arm-optimized-routines/20220210-89ca9c3 has been created by andrew:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/arm-optimized-routines/20220210-89ca9c3

tag vendor/arm-optimized-routines/20220210-89ca9c3
Tagger:     Andrew Turner <andrew@FreeBSD.org>
TaggerDate: 2022-09-06 15:24:21 +0000

Tag the Arm Optimized Routines 20220210-89ca9c3

commit 01c4cb317efa9e5e905a88340c396a9683db72e7
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-08-10 11:54:14 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-08-10 14:15:46 +0000

    Update the Arm Optimized Routines
    
    Import revision 89ca9c3629eb6a62c28918db929a6fe80b141825 from
    https://github.com/ARM-software/optimized-routines.
    
    This is the last revision before updating the license to MIT or
    Apache 2.0 + LLVM exception. As no changes have happened to the string
    functions since the license update pull in the last version before it
    to reduce the diff.
    
    This version:
     - Improves the performance of memcmp
     - Adds SVE implementation of memcpy
     - Uses the MTE version of some str* functions as they are faster
    
    Sponsored by:   The FreeBSD Foundation