You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paired depends on raw-cpuid which, although mentions it cross-compiles to iOS/Android, depends on x86/x86_64. That causes these kind of errors when trying to cross-compile:
50 | let result = unsafe { self::arch::__cpuid_count(a, c) };
| ^^^^ could not find `arch` in `self`
paired
depends onraw-cpuid
which, although mentions it cross-compiles to iOS/Android, depends on x86/x86_64. That causes these kind of errors when trying to cross-compile:@nikkolasg @dignifiedquire
The text was updated successfully, but these errors were encountered: