]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/CompilerIntrinsicsLib: Add memcmp, memmove intrinsics for MSFT
authorPete Batard <pete@akeo.ie>
Mon, 13 May 2019 08:54:14 +0000 (09:54 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Mon, 13 May 2019 15:53:51 +0000 (16:53 +0100)
commit482704df27ccc79ea96e3ffe93b8c7c19703409a
tree1bb7f702e23d30b27456a3255a3ff53517fcc78c
parentc4521157bf57728ce18bdcc6b88792557b59bd84
ArmPkg/CompilerIntrinsicsLib: Add memcmp, memmove intrinsics for MSFT

We could have reused memmove.asm for ARM, but we would still need to add
an implemention for ARM64, so we use the same source for both archs.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
ArmPkg/Library/CompilerIntrinsicsLib/memcmp_ms.c [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/memmove_ms.c [new file with mode: 0644]