OSDN Git Service

avcenc: Update a comment about the inline assembly
authorMartin Storsjo <martin@martin.st>
Tue, 21 Aug 2012 11:28:45 +0000 (12:28 +0100)
committerMartin Storsjo <martin@martin.st>
Tue, 21 Aug 2012 11:28:45 +0000 (12:28 +0100)
Since the inline assembly was fixed in commit 3fdb405597f the
comment was no longer accurate.

Change-Id: Id4f8a111d1fa6e0c2e97f7db64262e8d1604c519

media/libstagefright/codecs/avc/enc/src/sad_halfpel_inline.h
media/libstagefright/codecs/avc/enc/src/sad_inline.h
media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h

index 0c5a5a3..22f545a 100644 (file)
@@ -24,8 +24,7 @@ extern "C"
 {
 #endif
 
-/* Intentionally not using the gcc asm version, since it (if fixed so
- * as to not crash - the current register constraints are faulty) is
+/* Intentionally not using the gcc asm version, since it is
  * slightly slower than the plain C version on modern GCC versions. */
 #if !defined(__CC_ARM) /* Generic C version */
 
index a540d86..47abc65 100644 (file)
@@ -23,8 +23,7 @@ extern "C"
 {
 #endif
 
-/* Intentionally not using the gcc asm version, since it (if fixed so
- * as to not crash - the current register constraints are faulty) is
+/* Intentionally not using the gcc asm version, since it is
  * slightly slower than the plain C version on modern GCC versions. */
 #if !defined(__CC_ARM) /* Generic C version */
 
index 33297ab..20ca7eb 100644 (file)
@@ -16,8 +16,7 @@
  * -------------------------------------------------------------------
  */
 
-/* Intentionally not using the gcc asm version, since it (if fixed so
- * as to not crash - the current register constraints are faulty) is
+/* Intentionally not using the gcc asm version, since it is
  * slightly slower than the plain C version on modern GCC versions. */
 #if !defined(__CC_ARM) /* Generic C version */