Skip to content
Snippets Groups Projects
Commit ababec7b authored by Mans Rullgard's avatar Mans Rullgard
Browse files

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: default avatarMans Rullgard <mans@mansr.com>
parent adebad07
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment