mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 13:59:51 +02:00
dsp/cpu: add AVX detection
currently unused. https://software.intel.com/en-us/articles/introduction-to-intel-advanced-vector-extensions similar checks exist in ffmpeg, libyuv. the visual studio inline asm is based off of libyuv. Change-Id: I3e233de3492172434e482607a94b99c617f11aad
This commit is contained in:
@ -55,6 +55,7 @@ extern "C" {
|
||||
typedef enum {
|
||||
kSSE2,
|
||||
kSSE3,
|
||||
kAVX,
|
||||
kNEON,
|
||||
kMIPS32
|
||||
} CPUFeature;
|
||||
|
Reference in New Issue
Block a user