We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcf037 commit 3887922Copy full SHA for 3887922
1 file changed
src/dsp/dsp_dispatch.cpp
@@ -7,7 +7,7 @@ DspProcessor GetProcessorDsp() noexcept {
7
using IS = simd_detector::InstructionSet;
8
9
#if defined(__aarch64__) || defined(_M_ARM64)
10
- extern ProcessorDsp dsp_neon;
+ extern DspProcessor dsp_neon;
11
return dsp_neon;
12
13
#endif
0 commit comments