Skip to content

Commit

Permalink
Fix merge issue for ARM-software#156 (ARM-software#157)
Browse files Browse the repository at this point in the history
BUG=There was merge issue for PR 156.
  • Loading branch information
mansnils authored Nov 8, 2024
1 parent e8db23a commit c47e857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Include/arm_nnsupportfunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Description: Public header file of support functions for CMSIS NN Library
*
* $Date: 08 November 2024
* $Revision: V.22.6.0
* $Revision: V.22.6.1
*
* Target : Arm(R) M-Profile Architecture
* -------------------------------------------------------------------- */
Expand Down Expand Up @@ -79,6 +79,7 @@ extern "C" {
#define CONVERT_DW_CONV_WITH_ONE_INPUT_CH_AND_OUTPUT_CH_ABOVE_THRESHOLD (8)
#else
#define CONVERT_DW_CONV_WITH_ONE_INPUT_CH_AND_OUTPUT_CH_ABOVE_THRESHOLD (1)
#endif

// By default this will have no effect. During compilation this may be set to __restrict,
// which may be beneficial for performance. See README.md for more intformation.
Expand Down

0 comments on commit c47e857

Please sign in to comment.