Commit e632fe9b authored by James Almer's avatar James Almer

Merge commit '3c504bc3'

* commit '3c504bc3':
  x86: deduplicate some constants
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 65ff562c 3c504bc3
...@@ -43,6 +43,7 @@ extern const xmm_reg ff_pw_64; ...@@ -43,6 +43,7 @@ extern const xmm_reg ff_pw_64;
extern const uint64_t ff_pw_96; extern const uint64_t ff_pw_96;
extern const uint64_t ff_pw_128; extern const uint64_t ff_pw_128;
extern const ymm_reg ff_pw_255; 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_512;
extern const ymm_reg ff_pw_1023; extern const ymm_reg ff_pw_1023;
extern const ymm_reg ff_pw_1024; extern const ymm_reg ff_pw_1024;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment