Use __asm__ instead of asm in armSP.h

asm() syntax for inline assembly is disabled in clang with -std=c99,
which is default in chromium on all platforms except Linux and Android.
__asm__ still works. This change fixes openmax_dl compilation on
Fuchsia.

Bug: 750940
Change-Id: I786a22164e79e4eb9147c3225fd389688bcf7942
Reviewed-on: https://webrtc-review.googlesource.com/32901
Reviewed-by: Raymond Toy <rtoy@google.com>
1 file changed
tree: 0ae12d2f0f8f3bf5c2b85300a1659377531d8dce
  1. dl/
  2. codereview.settings
  3. LICENSE
  4. OWNERS
  5. README.chromium