add amd memcpy
commitfe1016aedcfd117aebc2193eba3184cc2023eac9
authorrofl0r <rofl0r@users.noreply.github.com>
Wed, 20 Oct 2021 21:41:00 +0000 (20 21:41 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Wed, 20 Oct 2021 21:43:07 +0000 (20 21:43 +0000)
tree62805dfc0ea29800dd7f42e542aca258ab325f1c
parent9c52d4186875226786c06f6b42e40b18eae1aaad
add amd memcpy

also added pure assembly version created with gcc10, as older GCCs cannot
compile the C version due to "asm goto".
amd.c [new file with mode: 0644]
amd.s [new file with mode: 0644]