You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/glm/files/glm-0.9.9.6-simd.patch

12 lines
427 B

--- a/glm/simd/platform.h 2019-03-06 18:57:53.309630574 +0100
+++ b/glm/simd/platform.h 2019-03-06 18:58:30.796988006 +0100
@@ -245,7 +245,7 @@
#define GLM_ARCH_NEON_BIT (0x00000001)
#define GLM_ARCH_SSE_BIT (0x00000002)
-#define GLM_ARCH_SSE2_BIT (0x00000004)
+#define GLM_ARCH_SSE2_BIT (0x00000000)
#define GLM_ARCH_SSE3_BIT (0x00000008)
#define GLM_ARCH_SSSE3_BIT (0x00000010)
#define GLM_ARCH_SSE41_BIT (0x00000020)