Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Feb 22, 2024
1 parent ffa1493 commit 2f87923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ruapu.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static int ruapu_detect_isa(ruapu_some_inst some_inst)
#endif

#else // defined _WIN32 || defined __ANDROID__ || defined __linux__ || defined __APPLE__
typedef const void* ruapu_some_inst;
static int ruapu_detect_isa(const void* some_inst)
{
// unknown platform, bare metal os ?
Expand Down

0 comments on commit 2f87923

Please sign in to comment.