Skip to content

Commit 69ebd9a

Browse files
DRC: math: Add exponential source files to the window and aural CMakeLists.
For the C code mock up test, add the HiFi exponential source files to the window and auditory CMakeLists. Signed-off-by: shastry <malladi.sastry@intel.com>
1 parent 2c1d187 commit 69ebd9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cmocka/src/math/window/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ cmocka_test(window
88
${PROJECT_SOURCE_DIR}/src/math/base2log.c
99
${PROJECT_SOURCE_DIR}/src/math/decibels.c
1010
${PROJECT_SOURCE_DIR}/src/math/exp_fcn.c
11+
${PROJECT_SOURCE_DIR}/src/math/exp_fcn_hifi.c
1112
)

0 commit comments

Comments
 (0)