Site Overlay

GLIBC patches accepted: fixes for memchr

GLIBC patches accepted: fixes for memchr

Two fixes for memchr for Power architecture accepted in GLIBC. The first is an obvious copy-paste error in the memchr implementation for powerpc32 (commit 854e005).

The second is a fix for the IFUNC selector that was wrongly picking the internal __GI_memchr implementation instead of the optimized __memchr_power7 version (commit 502b91d).

by Carlos Eduardo Seo

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.