Skip to content

Commit 0654086

Browse files
committed
disp/vulkan_sdl3: Remove mac intrinsics workaround
Not used in sdl3 display and doesn't cause problems
1 parent 64e5014 commit 0654086

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/video_display/vulkan/vulkan_sdl3.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@
7171

7272
#include "vulkan_display.hpp" // vulkan.h must be before GLFW/SDL
7373

74-
// @todo remove the defines when no longer needed
75-
#ifdef __arm64__
76-
#define SDL_DISABLE_MMINTRIN_H 1
77-
#define SDL_DISABLE_IMMINTRIN_H 1
78-
#endif // defined __arm64__
79-
8074
#include <SDL3/SDL.h>
8175
#include <SDL3/SDL_vulkan.h>
8276

0 commit comments

Comments
 (0)