From 26e83f13d6cdab98cb915fc02b52e90a11b9771d Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Fri, 5 May 2023 14:20:00 +0200 Subject: [PATCH] optimize for Raspberry Pi 4 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index f83ac34..e9d69da 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -8,7 +8,7 @@ CXX = clang++ -stdlib=libc++ -march=native #CXX = armv7a-hardfloat-linux-gnueabi-g++ -static -mfpu=neon -march=armv7-a #QEMU = qemu-arm -#CXX = aarch64-unknown-linux-gnu-g++ -static +#CXX = aarch64-unknown-linux-gnu-g++ -static -march=armv8-a+crc+simd -mtune=cortex-a72 #QEMU = qemu-aarch64 .PHONY: clean test