obs-studio/libobs/util/simde
venepe f5d877b393 libobs: Add arm support 2020-07-18 00:53:03 -05:00
..
README.libobs libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
check.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
debug-trap.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
hedley.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
mmx.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
simde-arch.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
simde-common.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
simde-diagnostic.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
simde-features.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
simde-math.h libobs: Add arm support 2020-07-18 00:53:03 -05:00
sse.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00
sse2.h libos: Freshen SIMDe code copy 2020-05-29 12:37:14 +02:00

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.