x86inc: remove misaligned cpu flag
authorHenrik Gramner <henrik@gramner.com>
Wed, 11 Sep 2013 15:49:29 +0000 (17:49 +0200)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 7 Oct 2013 10:27:38 +0000 (06:27 -0400)
commit3e2fa991db7ef172579422accd61624d52777e5a
treeda09818dc3b7c1c4c01e47944ad758a9bba106be
parent71155665414b551ad350622d5abed20e58371fbf
x86inc: remove misaligned cpu flag

Prevents a crash if the misaligned exception mask bit is
cleared for some reason.

Misaligned SSE functions are only used on AMD Phenom CPUs
and the benefit is miniscule. They also require modifying
the MXCSR control register and by removing those functions
we can get rid of that complexity altogether.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavutil/x86/x86inc.asm