Changeset 3e2fa991 in ffmpeg

Timestamp:
Oct 7, 2013, 10:27:38 AM (11 years ago)
Author:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
Branches:
master
Children:
19c38908, 6405ca7d
Parents:
71155665
git-author:
Henrik Gramner <henrik@gramner.com> (09/11/13 15:49:29)
git-committer:
Derek Buitenhuis <derek.buitenhuis@gmail.com> (10/07/13 10:27:38)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.