Skip to content

Commit

Permalink
[DNM] audio: common: disable HIFI4/5 globally
Browse files Browse the repository at this point in the history
Test commit, disable HIFI4/5 for all components.
  • Loading branch information
kv2019i committed Jun 17, 2024
1 parent 87571f3 commit d477593
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/include/sof/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,7 @@
# include <xtensa/config/core-isa.h>
// Maybe we could make this fully generic (and less readable!) using
// IS_ENABLED() above.
# if XCHAL_HAVE_HIFI5
# define SOF_MAX_XCHAL_HIFI 5
# elif XCHAL_HAVE_HIFI4
# define SOF_MAX_XCHAL_HIFI 4
# elif XCHAL_HAVE_HIFI3
#if XCHAL_HAVE_HIFI3
# define SOF_MAX_XCHAL_HIFI 3
# else
# define SOF_MAX_XCHAL_HIFI NONE
Expand Down

0 comments on commit d477593

Please sign in to comment.