diff options
Diffstat (limited to 'lib/libc/powerpc64/string/memmove_vsx.S')
| -rw-r--r-- | lib/libc/powerpc64/string/memmove_vsx.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/powerpc64/string/memmove_vsx.S b/lib/libc/powerpc64/string/memmove_vsx.S new file mode 100644 index 000000000000..9e7d51ce4683 --- /dev/null +++ b/lib/libc/powerpc64/string/memmove_vsx.S @@ -0,0 +1,4 @@ + +#define MEMMOVE +#define FN_NAME __memmove_vsx +#include "bcopy_vsx.S" |
