public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] x86_64: Implement evex512 version of memchr, rawmemchr and wmemchr
 2022-10-18 17:12 UTC  (19+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
          ` [PATCH v5] "
                    ` [PATCH v6] "
                      ` [PATCH] String: Improve test coverage for memchr

Toolchain Infrastructure project statement of support
 2022-10-18 16:42 UTC  (7+ messages)

[PATCH] sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]
 2022-10-18 15:20 UTC 

[PATCH 0/3] PTR_MANGLE/PTR_DEMANGLE refactoring
 2022-10-18 15:03 UTC  (10+ messages)
` [PATCH 1/3] x86-64: Move LP_SIZE definition to its own header
` [PATCH 2/3] Introduce <pointer_guard.h>, extracted from <sysdep.h>
` [PATCH 3/3] Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources

[PATCH v4] Remove catomics
 2022-10-18 13:34 UTC  (6+ messages)

GNU Tools Cauldron 2022 - video recordings
 2022-10-18 10:58 UTC 

GNU Tools Cauldron 2022 - video recordings
 2022-10-18 10:34 UTC 

[PATCH v1 1/7] x86: Optimize memchr-evex.S and implement with VMM headers
 2022-10-18  2:52 UTC  (12+ messages)
` [PATCH v1 2/7] x86: Shrink / minorly optimize strchr-evex "
` [PATCH v1 3/7] x86: Optimize strnlen-evex.S "
` [PATCH v1 4/7] x86: Optimize memrchr-evex.S
` [PATCH v1 5/7] x86: Optimize strrchr-evex.S and implement with VMM headers
` [PATCH v1 6/7] x86: Add support for VEC_SIZE == 64 in strcmp-evex.S impl
` [PATCH v1 7/7] Bench: Improve benchtests for memchr, strchr, strnlen, strrchr

[PATCH v2] linux: Avoid shifting a negative signed on POSIX timer interface
 2022-10-17 22:33 UTC  (2+ messages)

Appointing an official maintainer for LoongArch
 2022-10-17 13:23 UTC  (9+ messages)
  ` Ping: "

[PATCH] libgcc: Mostly vectorize CIE encoding extraction for FDEs
 2022-10-17 13:07 UTC  (4+ messages)

[PATCH 1/2] nptl: Simplify condition variables to fix pthread_cond_signal (BZ 25847)
 2022-10-15 19:53 UTC  (2+ messages)
` [PATCH 2/2] nptl: Simplifying condvar-internal mutex

New Georgian PO file for 'libc' (version 2.35.9000)
 2022-10-15 14:02 UTC 

[PATCH] longlong.h: update from GCC for LoongArch clz/ctz support
 2022-10-15  6:12 UTC 

[PATCH v1 1/3] x86: Update evex256/512 vec macros
 2022-10-15  3:48 UTC  (72+ messages)
` [PATCH v1 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
` [PATCH v1 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v2 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v2 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v2 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v3 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v3 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v3 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v4 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v4 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v4 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v5 1/3] x86: Update evex256/512 vec macros
  ` [PATCH v5 2/3] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v5 3/3] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v6 1/7] x86: Update and move evex256/512 vec macros
  ` [PATCH v6 2/7] x86: Add macros for GPRs / mask insn based on VEC_SIZE
  ` [PATCH v6 3/7] x86: Update memrchr to use new VEC macros
  ` [PATCH v6 4/7] x86: Remove now unused vec header macros
  ` [PATCH v6 5/7] x86: Update memmove to use new VEC macros
  ` [PATCH v6 6/7] x86: Update memset "
  ` [PATCH v6 7/7] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v8 1/6] x86: Update VEC macros to complete API for evex/evex512 impls
  ` [PATCH v8 2/6] x86: Update memrchr to use new VEC macros
  ` [PATCH v8 3/6] x86: Update memmove "
  ` [PATCH v8 4/6] x86: Update memset "
  ` [PATCH v8 5/6] x86: Remove now unused vec header macros
  ` [PATCH v8 6/6] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v9 1/6] x86: Update VEC macros to complete API for evex/evex512 impls
  ` [PATCH v9 2/6] x86: Update memrchr to use new VEC macros
  ` [PATCH v9 3/6] x86: Update memmove "
  ` [PATCH v9 4/6] x86: Update memset "
  ` [PATCH v9 5/6] x86: Remove now unused vec header macros
  ` [PATCH v9 6/6] x86: Update strlen-evex-base to use new reg/vec macros
` [PATCH v10 1/6] x86: Update VEC macros to complete API for evex/evex512 impls
  ` [PATCH v10 2/6] x86: Update memrchr to use new VEC macros
  ` [PATCH v10 3/6] x86: Update memmove "
  ` [PATCH v10 4/6] x86: Update memset "
  ` [PATCH v10 5/6] x86: Remove now unused vec header macros
  ` [PATCH v10 6/6] x86: Update strlen-evex-base to use new reg/vec macros

VeryUtils provides Best Software, Web Applications and Services for Your Business
 2022-10-14 16:33 UTC 

[PATCH] math: Fix asin and acos invalid exception with old gcc
 2022-10-14 14:31 UTC 

[PATCH 0/2] Introduce per-thread file system properties on Linux
 2022-10-14 13:06 UTC  (3+ messages)
` [PATCH 1/2] support: Add the xfchdir function
` [PATCH 2/2] Linux: Implement per-thread file system attributes

[PATCH] math: Fix asin and acos invalid exception with old gcc
 2022-10-14 12:41 UTC 

man-pages-6.00 released
 2022-10-13 23:29 UTC  (2+ messages)

[PATCH] Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling
 2022-10-13 20:56 UTC  (4+ messages)

[PATCH] elf: Do not completely clear reused namespace in dlmopen (bug 29600)
 2022-10-13 20:45 UTC  (3+ messages)

Thank you for joining us again_70908_PNPZI
 2022-10-13 17:12 UTC 

[PATCH v3] Use atomic_thread_fence
 2022-10-13 16:12 UTC 

[PATCH v5] stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)
 2022-10-13 13:02 UTC  (2+ messages)

[PATCH] aarch64: Use memcpy_simd as the default memcpy
 2022-10-13 12:30 UTC  (4+ messages)

[PATCH] elf: Introduce to _dl_call_fini
 2022-10-13 12:11 UTC  (3+ messages)

New Georgian PO file for 'libc' (version 2.35.9000)
 2022-10-13  7:52 UTC 

The GNU Toolchain Infrastructure Project
 2022-10-12 21:23 UTC  (25+ messages)

[PATCH] ldconfig: create /var/cache/ldconfig also with -r
 2022-10-12 17:52 UTC  (4+ messages)

Toolchain Infrastructure project statement of support
 2022-10-12 17:40 UTC 

[PATCH] malloc: Switch global_max_fast to uint8_t
 2022-10-12 17:07 UTC  (2+ messages)

Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h
 2022-10-12 16:08 UTC  (2+ messages)

[PATCH] aarch64: Cleanup memset ifunc
 2022-10-12 15:17 UTC 

Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.h
 2022-10-12  7:23 UTC  (2+ messages)

Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h
 2022-10-12  7:22 UTC  (2+ messages)

[PATCH v3] Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)
 2022-10-10 21:48 UTC  (2+ messages)

[PATCH] alpha: correct handling of negative *rlimit() args besides -1
 2022-10-10 18:44 UTC  (4+ messages)

[PATCH] String: Improve test coverage for memchr
 2022-10-10 16:52 UTC  (2+ messages)

socket: add support for MPTCP socket option from the Linux kernel?
 2022-10-10 13:37 UTC 

Not attending patch review on Monday October 10th
 2022-10-10 12:28 UTC 

[PATCH v5] elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support
 2022-10-10 12:28 UTC  (2+ messages)

[PATCH 0/2] LoongArch: Add optimized functions
 2022-10-10  1:39 UTC  (10+ messages)

[PATCH] Fix BZ #29463 in the ibm128 implementation of y1l too
 2022-10-09 22:09 UTC  (2+ messages)

[PATCH] linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
 2022-10-07 19:12 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).