mirror of
https://github.com/google/liblc3.git
synced 2026-05-13 15:48:02 +00:00
fix: arm simd32 and neon can be all the 2 available
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
#include "ltpf.h"
|
#include "ltpf.h"
|
||||||
#include "tables.h"
|
#include "tables.h"
|
||||||
|
|
||||||
#include "ltpf_arm.h"
|
|
||||||
#include "ltpf_neon.h"
|
#include "ltpf_neon.h"
|
||||||
|
#include "ltpf_arm.h"
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#ifdef __ARM_FEATURE_SIMD32
|
#if __ARM_FEATURE_SIMD32 && !__ARM_NEON
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration
|
* Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user