venepe f5d877b393 libobs: Add arm support 5 years ago
..
README.libobs 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
check.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
debug-trap.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
hedley.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
mmx.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
simde-arch.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
simde-common.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
simde-diagnostic.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
simde-features.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
simde-math.h f5d877b393 libobs: Add arm support 5 years ago
sse.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago
sse2.h 9f72a8ef8c libos: Freshen SIMDe code copy 5 years ago

README.libobs

This is a slightly modified version of https://github.com/nemequ/simde/commit/cafec4b952fa5a31a51a10326f97c2e7c9067771
sse{,2}.h and mmx.h was moved down from the original "x86" subdirectory,
subsequently the '#include "../simde-common.h"' line in mmx.h was changed to '#include "simde-common.h"'

Then the code was reformatted using the "formatcode.sh" script in the root of this repository.