mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-08 19:00:07 +00:00
The System V ABI on x86-64 specifies that the al register contains an upper bound of the number of arguments passed in vector registers when calling variadic functions, so we aren't allowed to clobber it. checkasm_fail_func() is a variadic function so also zero al before calling it. Signed-off-by: Anton Khirnov <anton@khirnov.net> |
||
|---|---|---|
| .. | ||
| checkasm | ||
| fate | ||
| filtergraphs | ||
| ref | ||
| audiogen.c | ||
| base64.c | ||
| fate-run.sh | ||
| fate.sh | ||
| lavf-regression.sh | ||
| Makefile | ||
| md5.sh | ||
| reference.pnm | ||
| regression-funcs.sh | ||
| rotozoom.c | ||
| tiny_psnr.c | ||
| utils.c | ||
| videogen.c | ||