1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
8 #include <rte_prefetch.h>
16 * - Just test that the macro can be called and validate the compilation.
17 * The test always return success.
29 rte_prefetch0_write(&a);
30 rte_prefetch1_write(&a);
31 rte_prefetch2_write(&a);
38 REGISTER_TEST_COMMAND(prefetch_autotest, test_prefetch);