[RFC PATCH v2] Add strcmp, strncmp, memcmp inline implementation.

Joseph Myers joseph@codesourcery.com
Thu May 28 16:56:00 GMT 2015


On Mon, 25 May 2015, Ondřej Bílka wrote:

> +#  define get_mask(x) ((uint64_t) _mm_movemask_epi8 (x))

Even inside __USE_GNU, it's inappropriate to use names such as get_mask, 
CROSS_PAGE, s, c, n, m, found, always_inline from the user's namespace.

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list