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
When building it on my arm mac, I get "error: unknown type name 'processor_cap_t'". It appears that cpuid.h contains types that are necessary for other files, but are removed by the preprocessor because __x86_64__ isn't defined on my machine.
The text was updated successfully, but these errors were encountered:
When building it on my arm mac, I get "error: unknown type name 'processor_cap_t'". It appears that cpuid.h contains types that are necessary for other files, but are removed by the preprocessor because
__x86_64__
isn't defined on my machine.The text was updated successfully, but these errors were encountered: