Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12006013 authored by Chia-chi Yeh's avatar Chia-chi Yeh
Browse files

fixedfft: Only includes cpu-features.h when __arm__ is defined.

Change-Id: Ifb6c03b38eff3c94a507ceb5043fcc48b364c25c
parent 0a77ce27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

#include <stdio.h>
#include <stdint.h>
#ifdef __ARM_ARCH__
#ifdef __arm__
#include <machine/cpu-features.h>
#endif