Commit Graph
7 Commits
Author SHA1 Message Date
Tommy VercettiandJim 19fab46ef7 simde: Update README.libobs 2021-10-24 02:26:17 -07:00
Tommy VercettiandJim 24a6766543 simde: Don't format simde 2021-10-24 02:26:17 -07:00
Ryan FosterandMatt Gajownik 5f68991911 clang-format: Commit file changes for clang-format 12 2021-10-13 20:00:04 +11:00
Michael R. CrusoeandJim 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
venepe f5d877b393 libobs: Add arm support 2020-07-18 00:53:03 -05: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