Changeset ababec7b in ffmpeg

Timestamp:
May 2, 2012, 4:26:39 PM (13 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
2330eb14, f1aa859
Parents:
adebad07
git-author:
Mans Rullgard <mans@mansr.com> (05/02/12 14:09:54)
git-committer:
Mans Rullgard <mans@mansr.com> (05/02/12 16:26:39)
Message:

arm: intreadwrite: disable inline asm for gcc 4.7 and later

Starting with version 4.7, gcc properly supports unaligned
memory accesses on ARM. Not using the inline asm with these
compilers results in better code.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

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