Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42d51512 authored by Martin Storsjo's avatar Martin Storsjo
Browse files

avcenc: Update a comment about the inline assembly

Since the inline assembly was fixed in commit 3fdb4055 the
comment was no longer accurate.

Change-Id: Id4f8a111d1fa6e0c2e97f7db64262e8d1604c519
parent 3fdb4055
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 */

+1 −2
Original line number Diff line number Diff line
@@ -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 */

+1 −2
Original line number Diff line number Diff line
@@ -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 */