Update ruapu.h

This commit is contained in:
nihui 2024-02-22 11:19:57 +08:00 committed by GitHub
parent df1e0ff219
commit 744f9408ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ?