* 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>
|
2014-12-08 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
* libc/machine/aarch64/strrchr.S: New file.
|
* libc/machine/aarch64/strrchr.S: New file.
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
#define vhas_nul2 v4
|
#define vhas_nul2 v4
|
||||||
#define vhas_chr1 v5
|
#define vhas_chr1 v5
|
||||||
#define vhas_chr2 v6
|
#define vhas_chr2 v6
|
||||||
#define vrepmask v15
|
#define vrepmask v7
|
||||||
#define vend1 v16
|
#define vend1 v16
|
||||||
|
|
||||||
/* Core algorithm.
|
/* Core algorithm.
|
||||||
|
|
Loading…
Reference in New Issue