New f16 files were not testing for ARM_FLOAT16_SUPPORTED

pull/75/head
Christophe Favergeon 3 years ago
parent 989370fe55
commit db4253f0ee

@ -28,6 +28,7 @@
#include "dsp/support_functions_f16.h" #include "dsp/support_functions_f16.h"
#if defined(ARM_FLOAT16_SUPPORTED)
/** /**
@ingroup groupSupport @ingroup groupSupport
@ -80,3 +81,4 @@ void arm_f16_to_f64(
#endif /* #if defined(ARM_FLOAT16_SUPPORTED) */

@ -28,6 +28,8 @@
#include "dsp/support_functions_f16.h" #include "dsp/support_functions_f16.h"
#if defined(ARM_FLOAT16_SUPPORTED)
/** /**
@ingroup groupSupport @ingroup groupSupport
*/ */
@ -78,3 +80,4 @@ void arm_f64_to_f16(
@} end of f64_to_x group @} end of f64_to_x group
*/ */
#endif /* #if defined(ARM_FLOAT16_SUPPORTED) */

Loading…
Cancel
Save