summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-15 22:07:28 -0300
committerJames Almer <jamrial@gmail.com>2017-03-15 22:07:28 -0300
commite632fe9babe95478a14bde0b67bb5b0c9ba67aea (patch)
tree8115e6217a08b8d8e7a6557e6c1cafb2b806474e
parent65ff562c3b305ed7ef979b3182de1c5e7264dd22 (diff)
parent3c504bc3599f00bfc5923adc114beef34bce11d0 (diff)
Merge commit '3c504bc3599f00bfc5923adc114beef34bce11d0'
* commit '3c504bc3599f00bfc5923adc114beef34bce11d0': x86: deduplicate some constants Merged-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/x86/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/constants.h b/libavcodec/x86/constants.h
index b82aef9a47..bbb0ef844a 100644
--- a/libavcodec/x86/constants.h
+++ b/libavcodec/x86/constants.h
@@ -43,6 +43,7 @@ extern const xmm_reg ff_pw_64;
extern const uint64_t ff_pw_96;
extern const uint64_t ff_pw_128;
extern const ymm_reg ff_pw_255;
+extern const ymm_reg ff_pw_256;
extern const ymm_reg ff_pw_512;
extern const ymm_reg ff_pw_1023;
extern const ymm_reg ff_pw_1024;