We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On my Windows ARM device, cpuinfo_has_arm_i8mm() returns false but the value of ID_AA64ISAR1_EL1 indicates that I8MM is supported.
cpuinfo_has_arm_i8mm()
ID_AA64ISAR1_EL1
From a look at the code, I did not see where cpuinfo_isa.i8mm gets set in the Windows ARM code path.
cpuinfo_isa.i8mm
cpuinfo/src/arm/windows/init.c
Lines 189 to 219 in b73ae6c
Is I8MM detection implemented for Windows ARM?
The text was updated successfully, but these errors were encountered:
You are right, it doesn't look like it. Do you want to create a PR?
Sorry, something went wrong.
No branches or pull requests
On my Windows ARM device,
cpuinfo_has_arm_i8mm()
returns false but the value ofID_AA64ISAR1_EL1
indicates that I8MM is supported.From a look at the code, I did not see where
cpuinfo_isa.i8mm
gets set in the Windows ARM code path.cpuinfo/src/arm/windows/init.c
Lines 189 to 219 in b73ae6c
Is I8MM detection implemented for Windows ARM?
The text was updated successfully, but these errors were encountered: