summaryrefslogtreecommitdiff
path: root/libswscale/x86/w64xmmtest.c
Commit message (Collapse)AuthorAgeFilesLines
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+31
This will be useful to test more aggressively for failures to mark XMM registers as clobbered in Win64 builds, and prevent regressions thereof. Based on a patch by Ramiro Polla <ramiro.polla@gmail.com>