Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 22, 2024
1 parent ecf1bd2 commit 3b0feb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
#include <immintrin.h>
#endif

#if (defined _WIN32 && (__aarch64__ || __arm__))
#if (defined _WIN32 && (__aarch64__ || __arm__)) || ((defined __ANDROID__ || defined __linux__) && __riscv)
#define RUAPU_IMPLEMENTATION
#include "ruapu.h"
#endif
Expand Down

0 comments on commit 3b0feb9

Please sign in to comment.