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

Merge commit '1577e629866b2700e31c9467478e05ebffcc69a1'

* commit '1577e629866b2700e31c9467478e05ebffcc69a1':
  fixedfft: Only includes cpu-features.h when __arm__ is defined.
This commit is contained in:
Chia-chi Yeh
2010-08-31 10:10:20 -07:00
committed by Android Git Automerger

View File

@@ -26,7 +26,7 @@
#include <stdio.h>
#include <stdint.h>
#ifdef __ARM_ARCH__
#ifdef __arm__
#include <machine/cpu-features.h>
#endif