blob: be3c7a1c940fc27959bf4318b9b0082dad909dc7 [file] [log] [blame]
Adhemerval Zanellafd326f92019-08-02 15:33:40 -03001/*
2 * Selected possible memmmove implementations.
3 *
4 * Copyright (c) 2019, Arm Limited.
5 * SPDX-License-Identifier: MIT
6 */
7
8#if __aarch64__
9#include "aarch64/memmove.S"
10#endif