aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHao Chen <chenhao@loongson.cn>2020-11-06 14:35:20 +0800
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-01-20 19:25:38 +0000
commit51de1e16f20bb93468d7c538629b40ece8420b71 (patch)
tree63fd2042b74e810eb92e262f81378c751c7bec26 /docs
parent90ffd5cba97a10fd606ded4580b7fbcba070f868 (diff)
downloadlibyuv-51de1e16f20bb93468d7c538629b40ece8420b71.tar.gz
Add supports for loongarch LSX and LASX.
1. Add supports for LSX and LASX. 2. Three optimization functions are added in loongarch/row_lasx.cc file: I422ToARGBRow_LASX,I422ToRGBARow_LASX,I422AlphaToARGBRow_LASX. Bug: libyuv:912, Bug: libyuv:913 Change-Id: I043c2704f99a5215724b5c0b7f97e6bf5f7a199b Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3329189 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/environment_variables.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/environment_variables.md b/docs/environment_variables.md
index 614bc388..1cb4ff76 100644
--- a/docs/environment_variables.md
+++ b/docs/environment_variables.md
@@ -37,6 +37,10 @@ By default the cpu is detected and the most advanced form of SIMD is used. But
LIBYUV_DISABLE_MSA
LIBYUV_DISABLE_MMI
+## LOONGARCH CPUs
+ LIBYUV_DISABLE_LSX
+ LIBYUV_DISABLE_LASX
+
# Test Width/Height/Repeat
The unittests default to a small image (128x72) to run fast. This can be set by environment variable to test a specific resolutions.