Skip to content

x86inc: Fix warnings with old nasm versions

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

__NASM_VER__ (string representation of the version) was incorrectly used instead of __NASM_VERSION_ID__ (numerical representation of the version).

We don't care about the string representation, so use the latter everywhere for consistency and to reduce the risk of mixups.

Merge request reports

Loading