public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1 1/6] String: Add __memcmpeq as build target
 2021-10-27 16:08 UTC  (15+ messages)
` [PATCH v1 2/6] Benchtests: Add benchtests for __memcmpeq
  ` [PATCH v2 "
` [PATCH v1 3/6] x86_64: Add support for __memcmpeq using sse2, avx2, and evex
` [PATCH v1 4/6] x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.S
` [PATCH v1 5/6] x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.S
` [PATCH v1 6/6] x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.S

[PATCH 0/3] Improve lld support and current status
 2021-10-27 13:11 UTC  (9+ messages)
` [PATCH 1/3] elf: Disable ifuncmain{1,5,5pic,5pie} when using LLD
` [PATCH 2/3] Fix LIBC_PROG_BINUTILS for -fuse-ld=lld
` [PATCH 3/3] Check if linker also support -mtls-dialect=gnu2

[PATCH] dl: Use "adr" assembler command to get proper load address
 2021-10-27  9:38 UTC  (19+ messages)
` [PATCH v2] dl: Use "adr" assembler command to get proper load address on ARM

[PATCH] regex: Unnest nested functions in regcomp.c
 2021-10-27  9:35 UTC  (2+ messages)

[PATCH] elf: Support DT_RELR relative relocation format [BZ #27924]
 2021-10-26 23:28 UTC  (3+ messages)

Add new ABI '__memcmpeq()' to libc
 2021-10-26 22:47 UTC  (2+ messages)

[PATCH v1] String: Add support for __memcmpeq() ABI on all targets
 2021-10-26 22:29 UTC  (82+ messages)
` [PATCH v7] "
` [PATCH v8 1/3] "
  ` [PATCH v8 2/3] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v8 3/3] String: Add tests for __memcmpeq
` [PATCH v9 1/3] String: Add support for __memcmpeq() ABI on all targets
` [PATCH v9 2/3] String: Add hidden defs for __memcmpeq() to enable internal usage
` [PATCH v9 3/3] String: Add tests for __memcmpeq
` [PATCH v10 1/4] String: Add support for __memcmpeq() ABI on all targets
  ` [PATCH v10 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v10 3/4] String: Add tests for __memcmpeq
  ` [PATCH v10 4/4] NEWS: Add item "
` [PATCH v11 1/4] String: Add support for __memcmpeq() ABI on all targets
` [PATCH v11 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
` [PATCH v11 3/4] String: Add tests for __memcmpeq
` [PATCH v11 4/4] NEWS: Add item "
` [PATCH v12 1/4] String: Add support for __memcmpeq() ABI on all targets
  ` [PATCH v12 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v12 3/4] String: Add tests for __memcmpeq
  ` [PATCH v12 4/4] NEWS: Add item "
` [PATCH v13 1/4] String: Add support for __memcmpeq() ABI on all targets
  ` [PATCH v13 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v13 3/4] String: Add tests for __memcmpeq
  ` [PATCH v13 4/4] NEWS: Add item "
` [PATCH v14 1/4] String: Add support for __memcmpeq() ABI on all targets
  ` [PATCH v14 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v14 3/4] String: Add tests for __memcmpeq
  ` [PATCH v14 4/4] NEWS: Add item "

[Bug 214815] New: pow(3): underflow result can be -0.0
 2021-10-26 20:53 UTC  (2+ messages)

Support C2X printf %b, %B
 2021-10-26 20:49 UTC  (6+ messages)
` [PATCH v2] "
  ` Ping "
    ` Ping^2 "

RFC: Add GNU_PROPERTY_1_GLIBC_2_NEEDED
 2021-10-26 18:39 UTC  (4+ messages)
    ` v2: "

ASH - American Society of Hematology Annual Meeting and Exposition, 11-14 Dec, 2021
 2021-10-26 16:39 UTC 

[PATCH] [PiNg 9] localedata: add new locale ab_GE
 2021-10-26 10:59 UTC 

[PATCH] manual: remove an obsolete requirement on aligned_alloc() usage
 2021-10-26  2:34 UTC  (6+ messages)

[PATCH] riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC
 2021-10-25 21:08 UTC  (3+ messages)

[PATCH] powerpc: Use the correct flag for 32-bit known libraries
 2021-10-25 18:22 UTC  (2+ messages)

[PATCH v2 0/9] Improve hypot()
 2021-10-25 17:10 UTC  (11+ messages)
` [PATCH v2 1/9] benchtests: Make hypot input random
` [PATCH v2 2/9] benchtests: Add hypotf
` [PATCH v2 3/9] math: Simplify hypotf implementation
` [PATCH v2 4/9] math: Use an improved algorithm for hypot (dbl-64)
` [PATCH v2 5/9] math: Use an improved algorithm for hypotl (ldbl-96)
` [PATCH v2 6/9] math: Use an improved algorithm for hypotl (ldbl-128)
` [PATCH v2 7/9] math: Remove powerpc e_hypot
` [PATCH v2 8/9] i386: Move hypot implementation to C
` [PATCH v2 9/9] math: Remove the error handling wrapper from hypot and hypotf

[PATCH] Add missing math functions to benchtests
 2021-10-25 17:05 UTC  (5+ messages)

When to prevent execution of new binaries with old glibc
 2021-10-25 16:53 UTC  (3+ messages)

LLD and glibc
 2021-10-25 16:53 UTC  (2+ messages)

[PATCH] elf: Make global.out depend on reldepmod4.so [BZ #28457]
 2021-10-25 13:54 UTC  (2+ messages)

[PATCH v1] x86: Replace sse2 instructions with avx in memcmp-evex-movbe.S
 2021-10-23 13:22 UTC  (2+ messages)

[PATCH] bench-math: Sort and put each bench per line
 2021-10-23  7:50 UTC  (2+ messages)

[PATCH v2 0/9] Improve hypot()
 2021-10-22 20:48 UTC  (4+ messages)
` [PATCH v2 1/9] benchtests: Make hypot input random
` [PATCH v2 2/9] benchtests: Add hypotf
` [PATCH v2 3/9] math: Simplify hypotf implementation

[PATCH] x86_64: Add missing libmvec ABI tests
 2021-10-22 13:17 UTC  (7+ messages)

[PATCH v3 0/5] benchtests: Add memset zero fill benchmark test
 2021-10-22 13:08 UTC  (11+ messages)
` [PATCH v3 2/5] benchtests: Add memset zero fill benchtest

[PATCH] x86-64: Impelment __ieee754_remainder with static rounding
 2021-10-22  8:06 UTC  (5+ messages)

[PATCH v8 1/2] elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)
 2021-10-21 23:05 UTC  (5+ messages)
` [PATCH v8 2/2] elf: Fix slow DSO sorting behavior in dynamic loader "

[PATCH 1/2] ctime.3: Use VLA notation for [as]ctime_r() buffer
 2021-10-21 20:54 UTC  (6+ messages)
` [PATCH 2/2] ctime.3, strftime.3, strptime.3, timegm.3: Add [[gnu::nonnull]] to <time.h> prototypes
  ` AW: "

[COMMITTED] elf: Fix e6fd79f379 build with --enable-tunables=no
 2021-10-21 20:28 UTC 

Time to use the new DSO sorting as default?
 2021-10-21 19:54 UTC  (3+ messages)

[PATCH] iconv: Use TIMEOUTFACTOR for iconv test timeout
 2021-10-21 14:17 UTC  (3+ messages)

[PATCH 1/2] posix: User scratch_buffer on fnmatch
 2021-10-21  9:54 UTC  (5+ messages)
` [PATCH 2/2] posix: Remove alloca usage for internal fnmatch implementation

[PATCH] Add alloc_align attribute to memalign et al
 2021-10-20 23:15 UTC  (5+ messages)
    ` [PATCH v2] "

Libc-alpha Digest, Vol 20, Issue 81
 2021-10-20 19:22 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).