mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add quick risc-v workaround in Unittest.cpp
This commit is contained in:
parent
2cc631338b
commit
7cc42112c1
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ bool TestBuffer() {
|
|||
return true;
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang__) || defined(__INTEL_COMPILER)
|
||||
#if PPSSPP_ARCH(SSE2) && (defined(__GNUC__) || defined(__clang__) || defined(__INTEL_COMPILER))
|
||||
[[gnu::target("sse4.1")]]
|
||||
#endif
|
||||
bool TestSIMD() {
|
||||
|
|
Loading…
Add table
Reference in a new issue