mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 13:59:51 +02:00
dsp/cpu: add AVX2 detection
currently unused. https://software.intel.com/en-us/articles/how-to-detect-new-instruction-support-in-the-4th-generation-intel-core-processor-family http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf Change-Id: I314200f890c58b9a587b902b214f90deb95f0579
This commit is contained in:
@ -56,6 +56,7 @@ typedef enum {
|
||||
kSSE2,
|
||||
kSSE3,
|
||||
kAVX,
|
||||
kAVX2,
|
||||
kNEON,
|
||||
kMIPS32
|
||||
} CPUFeature;
|
||||
|
Reference in New Issue
Block a user