mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-13 00:08:08 +08:00
remove the __ARM_NEON__ check there since Konstantinos said he removed it but apparently didn't commit :)
This commit is contained in:
parent
bf0a21a695
commit
7e2afe7e95
@ -424,7 +424,7 @@ inline static Integer ei_first_aligned(const Scalar* array, Integer size)
|
|||||||
* ei_aligned_stack_free(data,float,array.size());
|
* ei_aligned_stack_free(data,float,array.size());
|
||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
#if (defined __linux__) && !(defined __ARM_NEON__)
|
#if (defined __linux__)
|
||||||
#define ei_aligned_stack_alloc(SIZE) (SIZE<=EIGEN_STACK_ALLOCATION_LIMIT) \
|
#define ei_aligned_stack_alloc(SIZE) (SIZE<=EIGEN_STACK_ALLOCATION_LIMIT) \
|
||||||
? alloca(SIZE) \
|
? alloca(SIZE) \
|
||||||
: ei_aligned_malloc(SIZE)
|
: ei_aligned_malloc(SIZE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user