commit | 8315fa1d3ac3bdfd35f71375a7e993c337d416d9 | [log] [tgz] |
---|---|---|
author | George Steed <george.steed@arm.com> | Mon Aug 19 09:53:47 2024 +0100 |
committer | Frank Barchard <fbarchard@chromium.org> | Mon Sep 23 09:28:24 2024 +0000 |
tree | 951d2afd0a2c88fa2a82f7bd77c77fbb14094a95 | |
parent | 85e55115f0c05e1ae139790855eb3bbd971739f9 [diff] |
Avoid duplication of CPU feature disable macros The same conditions are repeated across all *_row.h headers which makes it harder than necessary to guard enabling new architecture features depending on compiler versions etc. Avoid this duplication by merging the conditions into a new cpu_support.h header. Change-Id: Ibe7dfcef138edca6cc36870f1cfbb1bb108083e3 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5802957 Reviewed-by: Frank Barchard <fbarchard@chromium.org> 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.