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

Commit 2deeff11 authored by Chia-chi Yeh's avatar Chia-chi Yeh Committed by Android Git Automerger
Browse files

am 1577e629: am 12006013: fixedfft: Only includes cpu-features.h when __arm__ is defined.

Merge commit '1577e629'

* commit '1577e629':
  fixedfft: Only includes cpu-features.h when __arm__ is defined.
parents 258b173c 1577e629
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