Fix memcpy not declar error.

This commit is contained in:
Wang Xiang
2025-02-06 16:32:31 +08:00
committed by GitHub
parent b2566aef02
commit 3eeaed68f2
+4
View File
@@ -67,6 +67,10 @@ 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__