Skip to content

Commit

Permalink
New f16 files were not testing for ARM_FLOAT16_SUPPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Nov 4, 2022
1 parent 989370f commit db4253f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/SupportFunctions/arm_f16_to_f64.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include "dsp/support_functions_f16.h"

#if defined(ARM_FLOAT16_SUPPORTED)

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



#endif /* #if defined(ARM_FLOAT16_SUPPORTED) */
3 changes: 3 additions & 0 deletions Source/SupportFunctions/arm_f64_to_f16.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#include "dsp/support_functions_f16.h"

#if defined(ARM_FLOAT16_SUPPORTED)

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

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

0 comments on commit db4253f

Please sign in to comment.