Chromium Code Reviews| Index: runtime/vm/constants_arm.h |
| =================================================================== |
| --- runtime/vm/constants_arm.h (revision 25291) |
| +++ runtime/vm/constants_arm.h (working copy) |
| @@ -12,7 +12,7 @@ |
| // We support both VFPv3-D16 and VFPv3-D32 profiles, but currently only one at |
| // a time. |
| // TODO(zra): Detect number of registers at runtime by querying /proc/cpuinfo. |
| -#define VFPv3_D32 |
| +#define VFPv3_D16 |
|
regis
2013/07/22 22:47:11
After you figure out the issue on the hardware, yo
|
| #if defined(VFPv3_D16) == defined(VFPv3_D32) |
| #error "Exactly one of VFPv3_D16 or VFPv3_D32 can be defined at a time." |
| #endif |