* libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
register.
This commit is contained in:
parent
c53c2915a7
commit
8608e14a3b
@ -1,3 +1,8 @@
|
||||
2014-12-10 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
|
||||
register.
|
||||
|
||||
2014-12-08 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* libc/machine/aarch64/strrchr.S: New file.
|
||||
|
@ -55,7 +55,7 @@
|
||||
#define vhas_nul2 v4
|
||||
#define vhas_chr1 v5
|
||||
#define vhas_chr2 v6
|
||||
#define vrepmask v15
|
||||
#define vrepmask v7
|
||||
#define vend1 v16
|
||||
|
||||
/* Core algorithm.
|
||||
|
Loading…
x
Reference in New Issue
Block a user