[mono/mono] 481abfa4: Correct VFP detection in mono-hwcap-arm.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141f1899583-ede3afe1-724c-4831-b4f2-fa5d3bc2ed69-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/6a2975513a49...481abfa4f3ff
Commit: 481abfa4f3ff797f41f8a17c96d3ee7c8d8ac4d0
Author: Alex Rønne Petersen <[email protected]>
Date: 2013-10-25 21:31:54 GMT
URL: https://github.com/mono/mono/commit/481abfa4f3ff797f41f8a17c96d3ee7c8d8ac4d0
Correct VFP detection in mono-hwcap-arm.
This is supposed to be the value 64, not 100.
Changed paths:
M mono/utils/mono-hwcap-arm.c
Modified: mono/utils/mono-hwcap-arm.c
===================================================================
@@ -57,7 +57,7 @@
mono_hwcap_arm_has_thumb = TRUE;
/* HWCAP_ARM_VFP */
- if (hwcap & 0x00000064)
+ if (hwcap & 0x00000040)
mono_hwcap_arm_has_vfp = TRUE;
/* TODO: Find a way to detect Thumb 2. */
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches