mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Fix register type for match_arm_features()
D:\a\libcpuid\libcpuid\libcpuid\recog_arm.c(890,3): warning C4244: 'function': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\a\libcpuid\libcpuid\libcpuid\libcpuid_vc10.vcxproj] Indeed, it was an issue.
This commit is contained in:
parent
10bac35920
commit
7b87858dc2
4 changed files with 7 additions and 6 deletions
|
@ -85,4 +85,4 @@ efficiency
|
|||
1
|
||||
4
|
||||
Apollo
|
||||
advsimd crc32 doublelock fp sve bbm fhm sel2
|
||||
advsimd crc32 doublelock fp bbm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue