mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-27 00:01:05 +03:00
Parameterize op_t from memcopy.h
It moves the op_t definition out to an specific header, adds the attribute 'may-alias', and cleanup its duplicated definitions. Checked with a build and check with run-built-tests=no for all major Linux ABIs. Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@ -46,7 +46,6 @@
|
||||
/* Type to use for aligned memory operations.
|
||||
This should normally be the biggest type supported by a single load
|
||||
and store. Must be an unsigned type. */
|
||||
# define op_t unsigned long int
|
||||
# define OPSIZ (sizeof (op_t))
|
||||
|
||||
/* Threshold value for when to enter the unrolled loops. */
|
||||
|
Reference in New Issue
Block a user