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

Commit 8d4d590d authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 1e75e972: Merge "avcenc: Update a comment about the inline assembly"

* commit '1e75e972':
  avcenc: Update a comment about the inline assembly
parents 8a825ec0 1e75e972
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 */