update arm_math.h typo fix

pull/19/head
Chris Knorowski 6 years ago committed by Christophe Favergeon
parent cd2d0a7cbc
commit a4d73ce24e

@ -7976,7 +7976,7 @@ float32_t arm_yule_distance(const uint32_t *pA, const uint32_t *pB, uint32_t num
#if defined ( __ARM_ARCH_7EM__ )
#define LOW_OPTIMIZATION_ENTER \
_Pragma ("optimize=low")
#elif define ( _MSC_VER)
#elif defined ( _MSC_VER)
#define LOW_OPTIMIZATION_ENTER
#define LOW_OPTIMIZATION_EXIT
#define IAR_ONLY_LOW_OPTIMIZATION_ENTER

Loading…
Cancel
Save