Skip to content

Commit

Permalink
Fix "unreachable code" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
irwir authored Sep 16, 2024
1 parent 60f81a7 commit 50a4c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,9 @@ inline bool CPU_QueryARMv7()
#elif defined(_WIN32) && defined(_M_ARM64)
// Windows 10 ARM64 is only supported on Armv8a and above
return true;
#endif
#else
return false;
#endif
}

inline bool CPU_QueryNEON()
Expand Down

0 comments on commit 50a4c0e

Please sign in to comment.