commit | fcbe22c59c2a7aa462a0f51e148b6afb90bbe7d9 | [log] [tgz] |
---|---|---|
author | George Steed <george.steed@arm.com> | Tue Jun 11 16:12:52 2024 +0100 |
committer | Frank Barchard <fbarchard@chromium.org> | Mon Jul 08 16:19:27 2024 +0000 |
tree | d448d7ad194b6e5228e520d835ef66776281778e | |
parent | 11ff6067a52bf24e284f47ffbe4b8c8202e3428f [diff] |
[AArch64] Enable SME feature detection on Apple Silicon Check for availability of SME and SME2 by looking for the hw.optional.arm.FEAT_SME2 feature string in sysctlbyname. Non-streaming SVE is not supported but for our purposes the features can be treated as orthogonal since our SME code will only ever run in streaming mode. Change-Id: I7e9d242e0f581217b625d74c7c3b0c76a0fe03da Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5683128 Reviewed-by: Frank Barchard <fbarchard@chromium.org>
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.