Skip to content

Commit

Permalink
Include <string.h> without ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyushaScarlet authored Feb 6, 2025
1 parent 3eeaed6 commit 56bd3d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Common/Math/SIMDHeaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "ppsspp_config.h"

#include "stdint.h"
#include <string.h>

#ifdef __clang__
// Weird how you can't just use #pragma in a macro.
Expand Down Expand Up @@ -67,10 +68,6 @@ static inline uint32x4_t vcgezq_f32(float32x4_t v) {

#endif

#if PPSSPP_ARCH(LOONGARCH64)
#include "string.h"
#endif

#if PPSSPP_ARCH(SSE2)

#if defined __SSE4_2__
Expand Down

0 comments on commit 56bd3d8

Please sign in to comment.