Commit db4253f0 authored by Christophe Favergeon's avatar Christophe Favergeon
Browse files

New f16 files were not testing for ARM_FLOAT16_SUPPORTED

parent 989370fe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@

#include "dsp/support_functions_f16.h"

#if defined(ARM_FLOAT16_SUPPORTED)

/**
  @ingroup groupSupport
@@ -80,3 +81,4 @@ void arm_f16_to_f64(



#endif /* #if defined(ARM_FLOAT16_SUPPORTED) */ 
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@

#include "dsp/support_functions_f16.h"

#if defined(ARM_FLOAT16_SUPPORTED)

/**
  @ingroup groupSupport
 */
@@ -78,3 +80,4 @@ void arm_f64_to_f16(
  @} end of f64_to_x group
 */

#endif /* #if defined(ARM_FLOAT16_SUPPORTED) */