commit | b611996df3b8f6b151339d22c12c21f167009cb6 | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@chromium.org> | Wed Dec 13 21:24:53 2017 |
committer | Sergey Ulanov <sergeyu@chromium.org> | Wed Dec 13 21:44:56 2017 |
tree | 0ae12d2f0f8f3bf5c2b85300a1659377531d8dce | |
parent | 7acede9c039ea5d14cf326f44aad1245b9e674a7 [diff] |
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>