Merge "Fix the simulator build." into gingerbread
This commit is contained in:
@@ -26,7 +26,9 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#ifdef __ARM_ARCH__
|
||||||
#include <machine/cpu-features.h>
|
#include <machine/cpu-features.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LOG_FFT_SIZE 10
|
#define LOG_FFT_SIZE 10
|
||||||
#define MAX_FFT_SIZE (1 << LOG_FFT_SIZE)
|
#define MAX_FFT_SIZE (1 << LOG_FFT_SIZE)
|
||||||
|
|||||||
Reference in New Issue
Block a user