Sign in
gem5
/
arm
/
linux
/
24de79e5008a928beb2c7ccc2396f15065613363
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
stringloops
/
Makefile
blob: 1125e489055e156fe311d960688a0a04e16a1159 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
# The loops are all 64-bit code
CFLAGS
+=
-
m64
CFLAGS
+=
-
I$
(
CURDIR
)
TEST_GEN_PROGS
:=
memcmp
EXTRA_SOURCES
:=
memcmp_64
.
S
../
harness
.
c
include
../../
lib
.
mk
$
(
TEST_GEN_PROGS
):
$
(
EXTRA_SOURCES
)