[FFmpeg-cvslog] r20150 - trunk/libavcodec/arm/dsputil_vfp.S
mru
subversion
Fri Oct 2 21:35:07 CEST 2009
Author: mru
Date: Fri Oct 2 21:35:07 2009
New Revision: 20150
Log:
ARM: use undocumented .syntax directive enable UAL syntax
Modified:
trunk/libavcodec/arm/dsputil_vfp.S
Modified: trunk/libavcodec/arm/dsputil_vfp.S
==============================================================================
--- trunk/libavcodec/arm/dsputil_vfp.S Fri Oct 2 21:06:27 2009 (r20149)
+++ trunk/libavcodec/arm/dsputil_vfp.S Fri Oct 2 21:35:07 2009 (r20150)
@@ -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
More information about the ffmpeg-cvslog
mailing list