mirror of https://git.ffmpeg.org/ffmpeg.git
ARM: use undocumented .syntax directive to enable UAL syntax
Originally committed as revision 20150 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
43d160fd00
commit
fd818a21c7
|
@ -21,7 +21,7 @@
|
|||
#include "config.h"
|
||||
#include "asm.S"
|
||||
|
||||
.fpu neon @ required for gas to accept UAL syntax
|
||||
.syntax unified
|
||||
/*
|
||||
* VFP is a floating point coprocessor used in some ARM cores. VFP11 has 1 cycle
|
||||
* throughput for almost all the instructions (except for double precision
|
||||
|
|
Loading…
Reference in New Issue