Commit Graph

6 Commits

Author SHA1 Message Date
Aaron Franke
f3a63a3f54 Remove trailing space characters 2025-11-21 11:52:38 -08:00
Richard Geldreich
fb721b9e62 UASTC HDR merge 2024-09-10 14:44:59 -04:00
Ștefan Talpalaru
e61fe1e4ff SIMD: disable compile time checks
SSE4.1 support is checked at runtime, so compile time checks are
redundant at best and harmful when compiling for a different machine.

Further more, a logic error prevented the use of SSE4.1 on systems with
any version of AVX available. This is fixed now.
2023-01-31 14:39:17 +01:00
Andreas Atteneder
2849bbd177 fix: Compile SSE kernel regardless of SSE 4.2 support being enabled 2021-06-21 17:38:38 +02:00
Andreas Atteneder
b55d5b311d fix: Allow building SSE kernels even when SSE 4.2 is active 2021-05-16 02:15:02 +02:00
Rich Geldreich
53264b1c28 New file 2021-03-09 11:02:48 -05:00