Steinar Midtskogen
d954f2d77d
Disable unsupported SIMD optimisations for CLPF for 32 bit VS targets
...
VS compiling for 32 bit targets does not support vector types in
structs as arguments, which makes the v256 type of the intrinsics hard
to support, so optimizations for this target are disabled.
Change-Id: I675394cf1aed0cb18a48f21216470867031b30ce
2017-01-07 08:59:56 +00:00
Steinar Midtskogen
ea42c4e969
Remove aom_simd.c and replace simd_check with macro
...
Change-Id: If2bb7ab2b16ba44e2d6e43eeb8713aa6c05d9d7c
2016-12-13 08:25:12 +00:00
Steinar Midtskogen
045d413ca2
Add support for v256 intrinsics
...
Change-Id: I1da08afaa945ca1aaf4bf9f50cf649a7feef2e60
2016-10-21 08:55:37 -07:00
Steinar Midtskogen
c38afedb8d
Define SIMD_INLINE using AOM_FORCE_INLINE
...
Change-Id: I7d6394e48e9b6093e5b523387ed250f371ee7fb9
2016-10-19 15:14:27 -07:00
Steinar Midtskogen
a5f8ea1109
Added generic SIMD library supporting x86 SSE2+ and ARM NEON.
...
Change-Id: I037f4c44f621a7e909b82ccb6a299d41bcbf8607
2016-10-06 16:37:08 +00:00