Skip to content

checkasm: Improve register preservation checking

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

Improve the error message on failure to specify which registers that have been clobbered, which should help with debugging.

Example of the new error message: failed to preserve register: r9 r10 xmm7 xmm8 (compared to the previous failed to preserve register).

Merge request reports