Skip to content

Gate ARM DNN RTCD source on DNN builds#471

Open
cookesan wants to merge 1 commit into
xiph:mainfrom
cookesan:cmake-arm-dnn-rtcd-gate
Open

Gate ARM DNN RTCD source on DNN builds#471
cookesan wants to merge 1 commit into
xiph:mainfrom
cookesan:cmake-arm-dnn-rtcd-gate

Conversation

@cookesan

Copy link
Copy Markdown

Summary:

  • Only add the ARM DNN runtime-dispatch source when DNN sources are enabled.
  • Match the x86 CMake path and Autotools gating so non-DNN ARM builds do not compile arm_dnn_map.c.

Testing:

  • git diff --check
  • cmake -S . -B build-local -DOPUS_BUILD_TESTING=ON -DOPUS_BUILD_PROGRAMS=ON
  • cmake --build build-local --parallel
  • ctest --test-dir build-local --output-on-failure

Fixes #443.

@cookesan

cookesan commented Jun 5, 2026

Copy link
Copy Markdown
Author

Following up on this small build fix. The change is still limited to matching the ARM CMake source list with the existing DNN gating so non-DNN ARM builds do not compile arm_dnn_map.c.

Is there anything else I should adjust before review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

arm_dnn_map.c.obj : error LNK2001: unresolved external symbol compute_activation_c

1 participant