Skip to content

Commit

Permalink
NMSIS: remove not suitable source comment for dsp/nn
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Jan 5, 2023
1 parent cc4a245 commit ee963fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
13 changes: 1 addition & 12 deletions NMSIS/DSP/Include/riscv_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,8 @@
* Preprocessor Macros
* -------------------
*
* Each library project have different preprocessor macros.
* Each library project have different preprocessor macros controlled via CMakeLists.txt.
*
* - RISCV_MATH_MATRIX_CHECK:
*
* Define macro RISCV_MATH_MATRIX_CHECK for checking on the input and output sizes of matrices
*
* - RISCV_MATH_ROUNDING:
*
* Define macro RISCV_MATH_ROUNDING for rounding on support functions
*
* - RISCV_MATH_LOOPUNROLL:
*
* Define macro RISCV_MATH_LOOPUNROLL to enable manual loop unrolling in DSP functions
*
*/

Expand Down
10 changes: 1 addition & 9 deletions NMSIS/NN/Include/riscv_nnfunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@
* Pre-processor Macros
* ------------
*
* Each library project have different pre-processor macros.
*
* - RISCV_MATH_DSP:
*
* Define macro RISCV_MATH_DSP, If the silicon supports DSP instructions.
*
* - RISCV_NN_TRUNCATE:
*
* Define macro RISCV_NN_TRUNCATE to use floor instead of round-to-the-nearest-int for the computation.
* Each library project have different pre-processor macros controlled via CMakeLists.txt.
*
*
* [1] CMSIS-NN: Efficient Neural Network Kernels for Arm Cortex-M CPUs https://arxiv.org/abs/1801.06601
Expand Down

0 comments on commit ee963fb

Please sign in to comment.