build: Fix compilation with clang-cl
Including <intrin.h> seems broken with clang-cl: winnt.h(3324,1): error: conflicting types for '_m_prefetchw'.
Builtins and inline assembly are still supported in cl mode though, so just use them instead.
Including <intrin.h> seems broken with clang-cl: winnt.h(3324,1): error: conflicting types for '_m_prefetchw'.
Builtins and inline assembly are still supported in cl mode though, so just use them instead.
VideoLAN code repository instance