Skip to content

Instantly share code, notes, and snippets.

@ZachBacon
Created January 22, 2023 19:25
Show Gist options
  • Save ZachBacon/0190640944e2e83954ecc9aa42328bd9 to your computer and use it in GitHub Desktop.
Save ZachBacon/0190640944e2e83954ecc9aa42328bd9 to your computer and use it in GitHub Desktop.
[1/596] Building RC object libobs-opengl/CMakeFiles/libobs-opengl.dir/libobs-opengl.rc.obj
[2/596] Linking C shared library deps\glad\libobsglad.dll
FAILED: deps/glad/libobsglad.dll deps/glad/libobsglad.dll.a
cmd.exe /C "cd . && C:\msys64\clang64\bin\cc.exe -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -shared -o deps\glad\libobsglad.dll -Wl,--out-implib,deps\glad\libobsglad.dll.a -Wl,--major-image-version,29,--minor-image-version,0 deps/glad/CMakeFiles/glad.dir/src/glad.c.obj deps/glad/CMakeFiles/glad.dir/src/glad_wgl.c.obj deps/glad/CMakeFiles/glad.dir/obsglad.rc.obj -lopengl32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cmd.exe /C "cd /D C:\msys64\home\wowza\obs-studio\build-new\deps\glad && C:\msys64\clang64\bin\cmake.exe -E env DESTDIR= C:/msys64/clang64/bin/cmake.exe --install .. --config RelWithDebInfo --prefix C:/msys64/home/wowza/obs-studio/build-new/rundir/RelWithDebInfo --component obs_glad > nul""
ld.lld: error: duplicate symbol: gladGetProcAddressPtr
>>> defined at C:/msys64/home/wowza/obs-studio/deps/glad/src/glad.c:11
>>> deps/glad/CMakeFiles/glad.dir/src/glad.c.obj
>>> defined at C:/msys64/home/wowza/obs-studio/deps/glad/src/glad_wgl.c:11
>>> deps/glad/CMakeFiles/glad.dir/src/glad_wgl.c.obj
cc: error: linker command failed with exit code 1 (use -v to see invocation)
[3/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-subsystem.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-subsystem.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-subsystem.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-subsystem.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-subsystem.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix3.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.c:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
58 warnings and 4 errors generated.
[4/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shader.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shader.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shader.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-shader.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shader.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:25:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shader.c:25:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
58 warnings and 4 errors generated.
[5/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-stagesurf.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-stagesurf.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-stagesurf.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-stagesurf.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-stagesurf.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-stagesurf.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[6/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-vertexbuffer.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-vertexbuffer.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-vertexbuffer.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-vertexbuffer.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-vertexbuffer.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-vertexbuffer.c:19:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
58 warnings and 4 errors generated.
[7/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture2d.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture2d.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture2d.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-texture2d.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture2d.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture2d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[8/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texturecube.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texturecube.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texturecube.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-texturecube.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texturecube.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texturecube.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[9/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-indexbuffer.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-indexbuffer.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-indexbuffer.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-indexbuffer.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-indexbuffer.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-indexbuffer.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[10/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-windows.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-windows.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-windows.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-windows.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-windows.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:22:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:403:70: warning: unused parameter 'device' [-Wunused-parameter]
static bool init_default_swap(struct gl_platform *plat, gs_device_t *device,
^
C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:607:48: warning: unused parameter 'device' [-Wunused-parameter]
EXPORT bool device_is_monitor_hdr(gs_device_t *device, void *monitor)
^
C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-windows.c:607:62: warning: unused parameter 'monitor' [-Wunused-parameter]
EXPORT bool device_is_monitor_hdr(gs_device_t *device, void *monitor)
^
61 warnings and 4 errors generated.
[11/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture3d.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture3d.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture3d.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-texture3d.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-texture3d.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-texture3d.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[12/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shaderparser.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shaderparser.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shaderparser.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-shaderparser.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-shaderparser.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-shaderparser.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[13/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-helpers.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-helpers.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-helpers.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-helpers.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-helpers.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-helpers.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[14/596] Building C object libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-zstencil.c.obj
FAILED: libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-zstencil.c.obj
C:\msys64\clang64\bin\cc.exe -DENABLE_HEVC -DHAVE_OBSCONFIG_H -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -Dlibobs_opengl_EXPORTS -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -IC:/msys64/home/wowza/obs-studio/deps/glad/include -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Werror-implicit-function-declaration -Wno-missing-braces -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -MD -MT libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-zstencil.c.obj -MF libobs-opengl\CMakeFiles\libobs-opengl.dir\gl-zstencil.c.obj.d -o libobs-opengl/CMakeFiles/libobs-opengl.dir/gl-zstencil.c.obj -c C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:67:19: error: call to undeclared function '__iso_volatile_load32'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const long val = __iso_volatile_load32((const volatile __int32 *)ptr);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
_InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:106:2: note: did you mean '_InterlockedExchange'?
C:/msys64/clang64/include/psdk_inc/intrin-impl.h:1714:10: note: '_InterlockedExchange' declared here
__LONG32 _InterlockedExchange(__LONG32 volatile *Target, __LONG32 Value) {
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/threading.h:39:
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:112:17: error: call to undeclared function '_InterlockedExchange8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = _InterlockedExchange8((volatile char *)ptr, (char)val);
^
C:/msys64/home/wowza/obs-studio/libobs/util/threading-windows.h:133:17: error: call to undeclared function '__iso_volatile_load8'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
const char c = __iso_volatile_load8((const volatile char *)ptr);
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-zstencil.c:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-opengl/gl-subsystem.h:24:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
58 warnings and 4 errors generated.
[15/596] Building CXX object libobs-d3d11/CMakeFiles/libobs-d3d11.dir/d3d11-indexbuffer.cpp.obj
FAILED: libobs-d3d11/CMakeFiles/libobs-d3d11.dir/d3d11-indexbuffer.cpp.obj
C:\msys64\clang64\bin\c++.exe -DENABLE_HEVC -DGPU_PRIORITY_VAL=0 -DHAVE_OBSCONFIG_H -DUNICODE -DUSE_GPU_PRIORITY=FALSE -DWINVER=0x0600 -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_UNICODE -D_WIN32_WINNT=0x0600 -Dlibobs_d3d11_EXPORTS -IC:/msys64/home/wowza/obs-studio/build-new/libobs-d3d11 -IC:/msys64/home/wowza/obs-studio/libobs -IC:/msys64/home/wowza/obs-studio/build-new/config -Wno-error=inline-new-delete -Wno-error=macro-redefined -Wno-error=unused-parameter -Wno-error=implicit-function-declaration -O2 -g -DNDEBUG -Werror -Wextra -Wvla -Wswitch -Wno-error=switch -Wformat -Wformat-security -Wunused-parameter -Wno-unused-function -Wno-missing-field-initializers -fno-strict-aliasing -Wnull-conversion -fcolor-diagnostics -Wno-error=shorten-64-to-32 -mmmx -msse -msse2 -std=c++17 -MD -MT libobs-d3d11/CMakeFiles/libobs-d3d11.dir/d3d11-indexbuffer.cpp.obj -MF libobs-d3d11\CMakeFiles\libobs-d3d11.dir\d3d11-indexbuffer.cpp.obj.d -o libobs-d3d11/CMakeFiles/libobs-d3d11.dir/d3d11-indexbuffer.cpp.obj -c C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:20:
C:/msys64/home/wowza/obs-studio/libobs/util/AlignedNew.hpp:21:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
inline void *operator new(size_t size)
^
C:/msys64/home/wowza/obs-studio/libobs/util/AlignedNew.hpp:26:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
inline void operator delete(void *data)
^
C:/msys64/home/wowza/obs-studio/libobs/util/AlignedNew.hpp:26:13: error: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Werror,-Wimplicit-exception-spec-mismatch]
inline void operator delete(void *data)
^
C:/msys64/home/wowza/obs-studio/libobs/util/AlignedNew.hpp:31:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
inline void *operator new[](size_t size)
^
C:/msys64/home/wowza/obs-studio/libobs/util/AlignedNew.hpp:36:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
inline void operator delete[](void *data)
^
C:/msys64/home/wowza/obs-studio/libobs/util/AlignedNew.hpp:36:13: error: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Werror,-Wimplicit-exception-spec-mismatch]
inline void operator delete[](void *data)
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:222:9: warning: '_m_paddb' macro redefined [-Wmacro-redefined]
#define _m_paddb(a, b) simde_m_paddb(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1517:9: note: previous definition is here
#define _m_paddb _mm_add_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:254:9: warning: '_m_paddw' macro redefined [-Wmacro-redefined]
#define _m_paddw(a, b) simde_mm_add_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1518:9: note: previous definition is here
#define _m_paddw _mm_add_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:286:9: warning: '_m_paddd' macro redefined [-Wmacro-redefined]
#define _m_paddd(a, b) simde_mm_add_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1519:9: note: previous definition is here
#define _m_paddd _mm_add_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:323:9: warning: '_m_paddsb' macro redefined [-Wmacro-redefined]
#define _m_paddsb(a, b) simde_mm_adds_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1520:9: note: previous definition is here
#define _m_paddsb _mm_adds_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:359:9: warning: '_m_paddusb' macro redefined [-Wmacro-redefined]
#define _m_paddusb(a, b) simde_mm_adds_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1522:9: note: previous definition is here
#define _m_paddusb _mm_adds_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:397:9: warning: '_m_paddsw' macro redefined [-Wmacro-redefined]
#define _m_paddsw(a, b) simde_mm_adds_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1521:9: note: previous definition is here
#define _m_paddsw _mm_adds_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:431:9: warning: '_m_paddusw' macro redefined [-Wmacro-redefined]
#define _m_paddusw(a, b) simde_mm_adds_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1523:9: note: previous definition is here
#define _m_paddusw _mm_adds_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:458:9: warning: '_m_pand' macro redefined [-Wmacro-redefined]
#define _m_pand(a, b) simde_mm_and_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1550:9: note: previous definition is here
#define _m_pand _mm_and_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:487:9: warning: '_m_pandn' macro redefined [-Wmacro-redefined]
#define _m_pandn(a, b) simde_mm_andnot_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1551:9: note: previous definition is here
#define _m_pandn _mm_andnot_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:517:9: warning: '_m_pcmpeqb' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqb(a, b) simde_mm_cmpeq_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1554:9: note: previous definition is here
#define _m_pcmpeqb _mm_cmpeq_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:547:9: warning: '_m_pcmpeqw' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqw(a, b) simde_mm_cmpeq_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1555:9: note: previous definition is here
#define _m_pcmpeqw _mm_cmpeq_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:577:9: warning: '_m_pcmpeqd' macro redefined [-Wmacro-redefined]
#define _m_pcmpeqd(a, b) simde_mm_cmpeq_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1556:9: note: previous definition is here
#define _m_pcmpeqd _mm_cmpeq_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:607:9: warning: '_m_pcmpgtb' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtb(a, b) simde_mm_cmpgt_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1557:9: note: previous definition is here
#define _m_pcmpgtb _mm_cmpgt_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:637:9: warning: '_m_pcmpgtw' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtw(a, b) simde_mm_cmpgt_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1558:9: note: previous definition is here
#define _m_pcmpgtw _mm_cmpgt_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:667:9: warning: '_m_pcmpgtd' macro redefined [-Wmacro-redefined]
#define _m_pcmpgtd(a, b) simde_mm_cmpgt_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1559:9: note: previous definition is here
#define _m_pcmpgtd _mm_cmpgt_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:695:9: warning: '_m_to_int64' macro redefined [-Wmacro-redefined]
#define _m_to_int64(a) simde_mm_cvtm64_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1507:9: note: previous definition is here
#define _m_to_int64 _mm_cvtm64_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:720:9: warning: '_m_from_int' macro redefined [-Wmacro-redefined]
#define _m_from_int(a) simde_mm_cvtsi32_si64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1504:9: note: previous definition is here
#define _m_from_int _mm_cvtsi32_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:744:9: warning: '_m_from_int64' macro redefined [-Wmacro-redefined]
#define _m_from_int64(a) simde_mm_cvtsi64_m64(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1505:9: note: previous definition is here
#define _m_from_int64 _mm_cvtsi64_m64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:784:9: warning: '_m_empty' macro redefined [-Wmacro-redefined]
#define _m_empty() simde_mm_empty()
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1503:9: note: previous definition is here
#define _m_empty _mm_empty
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:816:9: warning: '_m_pmaddwd' macro redefined [-Wmacro-redefined]
#define _m_pmaddwd(a, b) simde_mm_madd_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1531:9: note: previous definition is here
#define _m_pmaddwd _mm_madd_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:850:9: warning: '_m_pmulhw' macro redefined [-Wmacro-redefined]
#define _m_pmulhw(a, b) simde_mm_mulhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1532:9: note: previous definition is here
#define _m_pmulhw _mm_mulhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:883:9: warning: '_m_pmullw' macro redefined [-Wmacro-redefined]
#define _m_pmullw(a, b) simde_mm_mullo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1533:9: note: previous definition is here
#define _m_pmullw _mm_mullo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:910:9: warning: '_m_por' macro redefined [-Wmacro-redefined]
#define _m_por(a, b) simde_mm_or_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1552:9: note: previous definition is here
#define _m_por _mm_or_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:957:9: warning: '_m_packsswb' macro redefined [-Wmacro-redefined]
#define _m_packsswb(a, b) simde_mm_packs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1508:9: note: previous definition is here
#define _m_packsswb _mm_packs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1004:9: warning: '_m_packssdw' macro redefined [-Wmacro-redefined]
#define _m_packssdw(a, b) simde_mm_packs_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1509:9: note: previous definition is here
#define _m_packssdw _mm_packs_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1070:9: warning: '_m_packuswb' macro redefined [-Wmacro-redefined]
#define _m_packuswb(a, b) simde_mm_packs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1510:9: note: previous definition is here
#define _m_packuswb _mm_packs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1448:9: warning: '_m_psllw' macro redefined [-Wmacro-redefined]
#define _m_psllw(a, count) simde_mm_sll_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1534:9: note: previous definition is here
#define _m_psllw _mm_sll_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1492:9: warning: '_m_pslld' macro redefined [-Wmacro-redefined]
#define _m_pslld(a, count) simde_mm_sll_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1536:9: note: previous definition is here
#define _m_pslld _mm_sll_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1530:9: warning: '_m_psllwi' macro redefined [-Wmacro-redefined]
#define _m_psllwi(a, count) simde_mm_slli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1535:9: note: previous definition is here
#define _m_psllwi _mm_slli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1561:9: warning: '_m_pslldi' macro redefined [-Wmacro-redefined]
#define _m_pslldi(a, count) simde_mm_slli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1537:9: note: previous definition is here
#define _m_pslldi _mm_slli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1587:9: warning: '_m_psllqi' macro redefined [-Wmacro-redefined]
#define _m_psllqi(a, count) simde_mm_slli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1539:9: note: previous definition is here
#define _m_psllqi _mm_slli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1619:9: warning: '_m_psllq' macro redefined [-Wmacro-redefined]
#define _m_psllq(a, count) simde_mm_sll_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1538:9: note: previous definition is here
#define _m_psllq _mm_sll_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1662:9: warning: '_m_psrlw' macro redefined [-Wmacro-redefined]
#define _m_psrlw(a, count) simde_mm_srl_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1544:9: note: previous definition is here
#define _m_psrlw _mm_srl_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1699:9: warning: '_m_psrld' macro redefined [-Wmacro-redefined]
#define _m_psrld(a, count) simde_mm_srl_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1546:9: note: previous definition is here
#define _m_psrld _mm_srl_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1730:9: warning: '_m_psrlwi' macro redefined [-Wmacro-redefined]
#define _m_psrlwi(a, count) simde_mm_srli_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1545:9: note: previous definition is here
#define _m_psrlwi _mm_srli_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1761:9: warning: '_m_psrldi' macro redefined [-Wmacro-redefined]
#define _m_psrldi(a, count) simde_mm_srli_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1547:9: note: previous definition is here
#define _m_psrldi _mm_srli_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1787:9: warning: '_m_psrlqi' macro redefined [-Wmacro-redefined]
#define _m_psrlqi(a, count) simde_mm_srli_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1549:9: note: previous definition is here
#define _m_psrlqi _mm_srli_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1819:9: warning: '_m_psrlq' macro redefined [-Wmacro-redefined]
#define _m_psrlq(a, count) simde_mm_srl_si64(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1548:9: note: previous definition is here
#define _m_psrlq _mm_srl_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1851:9: warning: '_m_psrawi' macro redefined [-Wmacro-redefined]
#define _m_psrawi(a, count) simde_mm_srai_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1541:9: note: previous definition is here
#define _m_psrawi _mm_srai_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1883:9: warning: '_m_psradi' macro redefined [-Wmacro-redefined]
#define _m_psradi(a, count) simde_mm_srai_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1543:9: note: previous definition is here
#define _m_psradi _mm_srai_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1918:9: warning: '_m_psraw' macro redefined [-Wmacro-redefined]
#define _m_psraw(a, count) simde_mm_sra_pi16(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1540:9: note: previous definition is here
#define _m_psraw _mm_sra_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1955:9: warning: '_m_psrad' macro redefined [-Wmacro-redefined]
#define _m_psrad(a, count) simde_mm_sra_pi32(a, count)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1542:9: note: previous definition is here
#define _m_psrad _mm_sra_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:1987:9: warning: '_m_psubb' macro redefined [-Wmacro-redefined]
#define _m_psubb(a, b) simde_mm_sub_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1524:9: note: previous definition is here
#define _m_psubb _mm_sub_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2019:9: warning: '_m_psubw' macro redefined [-Wmacro-redefined]
#define _m_psubw(a, b) simde_mm_sub_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1525:9: note: previous definition is here
#define _m_psubw _mm_sub_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2051:9: warning: '_m_psubd' macro redefined [-Wmacro-redefined]
#define _m_psubd(a, b) simde_mm_sub_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1526:9: note: previous definition is here
#define _m_psubd _mm_sub_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2088:9: warning: '_m_psubsb' macro redefined [-Wmacro-redefined]
#define _m_psubsb(a, b) simde_mm_subs_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1527:9: note: previous definition is here
#define _m_psubsb _mm_subs_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2125:9: warning: '_m_psubusb' macro redefined [-Wmacro-redefined]
#define _m_psubusb(a, b) simde_mm_subs_pu8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1529:9: note: previous definition is here
#define _m_psubusb _mm_subs_pu8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2162:9: warning: '_m_psubsw' macro redefined [-Wmacro-redefined]
#define _m_psubsw(a, b) simde_mm_subs_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1528:9: note: previous definition is here
#define _m_psubsw _mm_subs_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2199:9: warning: '_m_psubusw' macro redefined [-Wmacro-redefined]
#define _m_psubusw(a, b) simde_mm_subs_pu16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1530:9: note: previous definition is here
#define _m_psubusw _mm_subs_pu16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2236:9: warning: '_m_punpckhbw' macro redefined [-Wmacro-redefined]
#define _m_punpckhbw(a, b) simde_mm_unpackhi_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1511:9: note: previous definition is here
#define _m_punpckhbw _mm_unpackhi_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2268:9: warning: '_m_punpckhwd' macro redefined [-Wmacro-redefined]
#define _m_punpckhwd(a, b) simde_mm_unpackhi_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1512:9: note: previous definition is here
#define _m_punpckhwd _mm_unpackhi_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2298:9: warning: '_m_punpckhdq' macro redefined [-Wmacro-redefined]
#define _m_punpckhdq(a, b) simde_mm_unpackhi_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1513:9: note: previous definition is here
#define _m_punpckhdq _mm_unpackhi_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2335:9: warning: '_m_punpcklbw' macro redefined [-Wmacro-redefined]
#define _m_punpcklbw(a, b) simde_mm_unpacklo_pi8(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1514:9: note: previous definition is here
#define _m_punpcklbw _mm_unpacklo_pi8
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2367:9: warning: '_m_punpcklwd' macro redefined [-Wmacro-redefined]
#define _m_punpcklwd(a, b) simde_mm_unpacklo_pi16(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1515:9: note: previous definition is here
#define _m_punpcklwd _mm_unpacklo_pi16
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2397:9: warning: '_m_punpckldq' macro redefined [-Wmacro-redefined]
#define _m_punpckldq(a, b) simde_mm_unpacklo_pi32(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1516:9: note: previous definition is here
#define _m_punpckldq _mm_unpacklo_pi32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2424:9: warning: '_m_pxor' macro redefined [-Wmacro-redefined]
#define _m_pxor(a, b) simde_mm_xor_si64(a, b)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1553:9: note: previous definition is here
#define _m_pxor _mm_xor_si64
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:33:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/mmx.h:2449:9: warning: '_m_to_int' macro redefined [-Wmacro-redefined]
#define _m_to_int(a) simde_m_to_int(a)
^
C:/msys64/clang64/lib/clang/15.0.5/include/mmintrin.h:1506:9: note: previous definition is here
#define _m_to_int _mm_cvtsi64_si32
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:33:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/matrix4.h:20:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec3.h:21:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/vec4.h:23:
In file included from C:/msys64/home/wowza/obs-studio/libobs/graphics/../util/sse-intrin.h:28:
In file included from C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse2.h:35:
C:/msys64/home/wowza/obs-studio/libobs/util/simde/x86/sse.h:533:9: warning: '_mm_round_ps' macro redefined [-Wmacro-redefined]
#define _mm_round_ps(a, rounding) simde_mm_round_ps((a), (rounding))
^
C:/msys64/clang64/lib/clang/15.0.5/include/smmintrin.h:239:9: note: previous definition is here
#define _mm_round_ps(X, M) \
^
In file included from C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-indexbuffer.cpp:18:
C:/msys64/home/wowza/obs-studio/libobs-d3d11/d3d11-subsystem.hpp:146:10: warning: 98 enumeration values not handled in switch: 'DXGI_FORMAT_UNKNOWN', 'DXGI_FORMAT_R32G32B32A32_TYPELESS', 'DXGI_FORMAT_R32G32B32A32_UINT'... [-Wswitch]
switch (format) {
^~~~~~
63 warnings and 2 errors generated.
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment