Commit Graph
3 Commits
Author SHA1 Message Date
Michael R. Crusoe 1e96573328 libobs: Update to SIMDe 0.7.1
https://github.com/simd-everywhere/simde/commit/c3d7abfaba6729a8b11d09a314b34a4db628911d

Simplify usage of the SIMDe header

This obviates the need for sse2neon as well and fixes compilation of all
plugins that referenced sse-intrin.h on all architectures, not just
arm*.
2021-01-02 04:07:55 -08:00
Michael R. Crusoe 9f72a8ef8c libos: Freshen SIMDe code copy
Up to date with https://github.com/nemequ/simde/commit/cafec4b952fa5a31a51a10326f97c2e7c9067771

Documentation was added to libobs/util/simde/README.libobs
2020-05-29 12:37:14 +02:00
Jiaxun Yang 6366f6ab59 libobs: Build SIMDE on platforms without SSE2
SIMDE was introduced for aarch64 support, however, the library itself
supports non-SIMD fallback, which allows us provide support to other
platforms without code changes.

There is another world beyond x86. So we can simply enable SIMDE for
processors without SSE2 support.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2020-01-22 15:41:15 +08:00