]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Remove uses of SIGILL for CPU extension detection, that method is not acceptable
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 2 Oct 2007 18:18:35 +0000 (18:18 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 2 Oct 2007 18:18:35 +0000 (18:18 +0000)
commitb2cf25a83baaa7dbc2b19286a48aa696692e1a48
tree922e9a353878c2b034ca95751f2148727f56f1ac
parentca510cab580628d084a085ec3a28f30f4db03189
Remove uses of SIGILL for CPU extension detection, that method is not acceptable
in a library.
Should not change anything for PPC, the autodetection is currently pointless due
to other code being compiled with -maltivec as well (and detection for OSX and
AmigaOS remains in place).
SPARC binaries built with VIS support can now only run on systems with VIS.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10648 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/ppc/check_altivec.c
libavcodec/sparc/dsputil_vis.c