mirror of
https://github.com/bminor/glibc.git
synced 2026-06-30 19:58:21 +00:00
ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091)
Replace non-volatile(v20) by volatile(v17)
since v20 is not restored
Reviewed-by: Peter Bergner <bergner@tenstorrent.com>
(cherry picked from commit b59799f14f)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
# define FUNCNAME RAWMEMCHR
|
||||
# endif
|
||||
# define MCOUNT_NARGS 2
|
||||
# define VREG_ZERO v20
|
||||
# define VREG_ZERO v17
|
||||
# define OFF_START_LOOP 256
|
||||
# define RAWMEMCHR_SUBTRACT_VECTORS \
|
||||
vsububm v4,v4,v18; \
|
||||
|
||||
Reference in New Issue
Block a user