Both bzero and bcopy contains same comment:
|
| exclude a4 because of -mbaserel |
|
| exclude a4 because of -mbaserel |
essentially crippling performance with omitting
a4 register in the copy loop. Is this still relevant? It has been there since the initial revision.
Both
bzeroandbcopycontains same comment:mintlib/string/bzero.S
Line 92 in dbfab2d
mintlib/string/bcopy.S
Line 97 in dbfab2d
essentially crippling performance with omitting
a4register in the copy loop. Is this still relevant? It has been there since the initial revision.