arm: intreadwrite: disable inline asm for gcc 4.7 and later
authorMans Rullgard <mans@mansr.com>
Wed, 2 May 2012 14:09:54 +0000 (15:09 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 2 May 2012 16:26:39 +0000 (17:26 +0100)
commitababec7b95d84e911ecda6056e8b8c90287a6e7a
tree09f54966bb62793477323f3b89fa1e42b7ee8d84
parentadebad07e084af91cad1b162d89c86c9e08e0a31
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>
libavutil/arm/intreadwrite.h