Skip to content

Commit

Permalink
application: Fix demo_dsp Makefile comments
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Oct 15, 2024
1 parent 79ac682 commit 4083e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/baremetal/demo_dsp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ STDCLIB ?= newlib_small
# We provide prebuilt optimized NMSIS DSP/NN library
# Optimized for the following extensions:
# B extension: _zba_zbb_zbc_zbs
# P extension: _xxldspn1x
# P extension: _xxldsp, _xxldspn1x, _xxldspn2x, _xxldspn3x for rv32, _xxldsp for rv64
# V extension: _zve32f for rv32, v for rv64
# The naming order use in ARCH_EXT, should be V, B, P
# to get correct NMSIS DSP/NN library
# Example as below:
# If I want to use Nuclei BPV extensions
# For RV32: when ARCH_EXT=_zve32f_zba_zbb_zbc_zbs_xxldspn1x
# For RV64: when ARCH_EXT=v_zba_zbb_zbc_zbs_xxldspn1x
# For RV64: when ARCH_EXT=v_zba_zbb_zbc_zbs_xxldsp
# And If you want to specify other NMSIS DSP/NN library
# you can set NMSIS_LIB_ARCH make variable see NMSIS/build.mk
# eg. If you want to use rv32imafdc NMSIS DSP library for N300FD + B + K extension
Expand Down

0 comments on commit 4083e73

Please sign in to comment.