Skip to content

CI: Add check for illegal instructions

Matthias Dressel requested to merge another/dav1d:ci-qemu into master

Some AVX2 instructions cannot be macroed by x86inc.asm. Some instructions are valid in SSE4 but not in SSSE3, therefor checking both.

  • Conroe is up to SSSE3
  • Penryn is up to SSE4.1

See also: 4dd94315

Edited by Matthias Dressel

Merge request reports