This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from bf9a9d43a52 Documentation/stm32h5: EXTI is supported.
     new bd6b2265466 libs/libc/string: Use long long to speed up the BSD string 
functions.
     new 319a9f97248 libs/libc/string: Fix the address calculation in memrchr 
fast path.
     new 7f5f0f5e53d libs/libc/string: Fix asrc alignment for unaligned access 
in memrchr.
     new c119a0c0fde libs/libc/string: Fix sign extension in memset word fill 
pattern.
     new d1dc791d113 libs/libc/string: Add 4-byte alignment middle path for BSD 
functions.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libs/libc/libc.h                  | 52 ++++++++++++++++++++++++-
 libs/libc/string/lib_bsdmemccpy.c | 82 +++++++++++++++++----------------------
 libs/libc/string/lib_bsdmemchr.c  | 40 ++++---------------
 libs/libc/string/lib_bsdmemcmp.c  | 46 +++++++++++-----------
 libs/libc/string/lib_bsdmemcpy.c  | 54 ++++++++++++++------------
 libs/libc/string/lib_bsdmemrchr.c | 44 ++++++---------------
 libs/libc/string/lib_bsdmemset.c  | 64 ++++++++++++++++++++----------
 libs/libc/string/lib_bsdstpcpy.c  | 41 ++++++++------------
 libs/libc/string/lib_bsdstpncpy.c | 49 +++++++++--------------
 libs/libc/string/lib_bsdstrcat.c  | 15 +------
 libs/libc/string/lib_bsdstrchr.c  | 36 ++++++-----------
 libs/libc/string/lib_bsdstrcmp.c  | 48 ++++++++++-------------
 libs/libc/string/lib_bsdstrcpy.c  | 38 +++++++-----------
 libs/libc/string/lib_bsdstrlen.c  | 19 ++-------
 libs/libc/string/lib_bsdstrncmp.c | 60 ++++++++++++----------------
 libs/libc/string/lib_bsdstrncpy.c | 45 ++++++++-------------
 libs/libc/string/lib_memset.c     |  3 +-
 17 files changed, 331 insertions(+), 405 deletions(-)

Reply via email to