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

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

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

Merge commit '12006013' into gingerbread-plus-aosp

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