Alex Richardson 0b4ad01d91 libc/string/bcopy.c: Use intptr_t as the copy type
While most 64-bit architectures have an assembly implementation of this
file RISC-V does not. As we now copy 8 bytes instead of 4 it should speed
up RISC-V. Using intptr_t instead of int also allows using this file for
CHERI pure-capability code since trying to copy pointers using integer
loads/stores will invalidate pointers.

Reviewed By:	kib
Obtained from:	CheriBSD (partially)
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D29535
2021-04-20 01:46:42 +01:00
..
2021-04-09 23:46:24 +03:00
2020-10-09 19:12:44 +00:00
2020-04-30 22:08:40 +00:00
2021-04-18 10:20:11 +02:00
2018-10-20 22:39:35 +00:00
2021-04-09 23:46:24 +03:00
2020-04-30 22:08:40 +00:00
2021-02-23 20:08:10 +02:00
2021-04-09 23:46:24 +03:00
2020-12-16 09:02:09 +00:00
2020-04-30 22:08:40 +00:00
2021-04-17 23:12:06 +02:00
2019-12-11 17:37:53 +00:00