Homogenize "__asm__ volatile" vs "asm volatile"

According to https://gcc.gnu.org/onlinedocs/gcc/extensions-to-the-c-language-family/how-to-use-inline-assembly-language-in-c-code.html

For the C language, the asm keyword is a GNU extension. When
writing C code that can be compiled with -ansi and the -std options
that select C dialects without GNU extensions, use __asm__ instead
of asm (see Alternate Keywords). For the C++ language, asm is a
standard keyword, but __asm__ can be used for code compiled with
-fno-asm.

Change-Id: I4af950e67c857c890290c1e3d9cc886da0748784
1 file changed
tree: 5189aba17d0a7df8f385946a4d02dffe702b7224
  1. cmake/
  2. doc/
  3. examples/
  4. extras/
  5. gradle/
  6. imageio/
  7. infra/
  8. m4/
  9. man/
  10. sharpyuv/
  11. src/
  12. swig/
  13. tests/
  14. webp_js/
  15. .cmake-format.py
  16. .gitattributes
  17. .gitignore
  18. .mailmap
  19. .pylintrc
  20. .style.yapf
  21. Android.mk
  22. AUTHORS
  23. autogen.sh
  24. build.gradle
  25. ChangeLog
  26. CMakeLists.txt
  27. codereview.settings
  28. configure.ac
  29. CONTRIBUTING.md
  30. COPYING
  31. gradle.properties
  32. gradlew
  33. gradlew.bat
  34. iosbuild.sh
  35. Makefile.am
  36. makefile.unix
  37. Makefile.vc
  38. NEWS
  39. PATENTS
  40. PRESUBMIT.py
  41. README.md
  42. xcframeworkbuild.sh
README.md

WebP Codec

      __   __  ____  ____  ____
     /  \\/  \/  _ \/  _ )/  _ \
     \       /   __/  _  \   __/
      \__\__/\____/\_____/__/ ____  ___
            / _/ /    \    \ /  _ \/ _/
           /  \_/   / /   \ \   __/  \__
           \____/____/\_____/_____/____/v1.3.1

WebP codec is a library to encode and decode images in WebP format. This package contains the library that can be used in other programs to add WebP support, as well as the command line tools ‘cwebp’ and ‘dwebp’ to compress and decompress images respectively.

See https://developers.google.com/speed/webp for details on the image format.

The latest source tree is available at https://chromium.googlesource.com/webm/libwebp

It is released under the same license as the WebM project. See https://www.webmproject.org/license/software/ or the “COPYING” file for details. An additional intellectual property rights grant can be found in the file PATENTS.

Building

See the building documentation.

Encoding and Decoding Tools

The examples/ directory contains tools to encode and decode images and animations, view information about WebP images, and more. See the tools documentation.

APIs

See the APIs documentation, and API usage examples in the examples/ directory.

Bugs

Please report all bugs to the issue tracker: https://bugs.chromium.org/p/webp

Patches welcome! See how to contribute.

Discuss

Email: webp-discuss@webmproject.org

Web: https://groups.google.com/a/webmproject.org/group/webp-discuss