Skip to content

Commit

Permalink
Fix intrinsic collisions due to NEON flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Dec 13, 2024
1 parent 4404d3e commit e692a51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Include/arm_math_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,9 @@ extern "C"
#include <limits.h>

/* evaluate ARM DSP feature */
/* Intrinsincs are defined in CMSIS Core that is not available when
* targeting Cortex-A or Cortex-R
*/
#if !defined(ARM_MATH_NEON) && !defined(ARM_MATH_NEON_EXPERIMENTAL)
#if (defined (__ARM_FEATURE_DSP) && (__ARM_FEATURE_DSP == 1))
#define ARM_MATH_DSP 1
#endif
#endif

#if defined(ARM_MATH_NEON)
#if defined(_MSC_VER) && defined(_M_ARM64EC)
Expand Down

0 comments on commit e692a51

Please sign in to comment.