Skip to content

Commit 3887922

Browse files
committed
fix macos build fail
1 parent 3bcf037 commit 3887922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dsp/dsp_dispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DspProcessor GetProcessorDsp() noexcept {
77
using IS = simd_detector::InstructionSet;
88

99
#if defined(__aarch64__) || defined(_M_ARM64)
10-
extern ProcessorDsp dsp_neon;
10+
extern DspProcessor dsp_neon;
1111
return dsp_neon;
1212

1313
#endif

0 commit comments

Comments
 (0)