commit | 611806a1559b92c97961f51c78805d8d9d528c08 | [log] [tgz] |
---|---|---|
author | Frank Barchard <fbarchard@google.com> | Tue Jul 02 11:34:39 2024 -0700 |
committer | Frank Barchard <fbarchard@google.com> | Tue Jul 02 19:44:41 2024 +0000 |
tree | 6ccfe7837b70fe1add7af84d1c8b25559eb4a8b6 | |
parent | d32436e8f816198236701b3363bd418c764c13c2 [diff] |
[AArch64] Fix SVE/SME vector length printing in cpuid A semicolon is treated as the start of a comment by some assemblers causing the vector length to be reported incorrectly, so use a newline instead. - Add volatile asm in row_gcc and row_neon64 Bug: b/5631539 Change-Id: I6b0836fcdd9247ef7b9e8ceda01df3150519ecf8 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5666060 Reviewed-by: Justin Green <greenjustin@google.com>
libyuv is an open source project that includes YUV scaling and conversion functionality.
See Getting started for instructions on how to get started developing.
You can also browse the docs directory for more documentation.