Skip to content

build: Fix compilation with clang-cl

Henrik Gramner requested to merge gramner/dav1d:clang_cl_intrin into master

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.

Merge request reports