diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-03 18:48:48 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-04 00:03:46 +0000 |
commit | d192e6808fab971ffbe8c15ff3695c7d08b280c6 (patch) | |
tree | 9d9cc4d21c93ae3e1a88ab5c160c3be5f6af0ca9 /media/libaom/src/aom_ports/ppc_cpudetect.c | |
parent | c81c0395a36b0a6b21a6a0ae7b31953fe4a460d9 (diff) | |
download | uxp-d192e6808fab971ffbe8c15ff3695c7d08b280c6.tar.gz |
Issue #1737 - Import libaom 2.0.2 source
Diffstat (limited to 'media/libaom/src/aom_ports/ppc_cpudetect.c')
-rw-r--r-- | media/libaom/src/aom_ports/ppc_cpudetect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libaom/src/aom_ports/ppc_cpudetect.c b/media/libaom/src/aom_ports/ppc_cpudetect.c index 82b4f58ccc..ce4d5ae231 100644 --- a/media/libaom/src/aom_ports/ppc_cpudetect.c +++ b/media/libaom/src/aom_ports/ppc_cpudetect.c @@ -45,7 +45,7 @@ int ppc_simd_caps(void) { unsigned int i; uint64_t buf[64]; - // If VPX_SIMD_CAPS is set then allow only those capabilities. + // If AOM_SIMD_CAPS_MASK is set then allow only those capabilities. if (!cpu_env_flags(&flags)) { return flags; } |