mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 836486: Part 2 - turn on Ion Monkey for ARMv6 (r=jbramley)
This commit is contained in:
parent
1c14882f53
commit
acb9da26e5
@ -2390,9 +2390,13 @@ TypeInferenceSupported()
|
||||
#endif
|
||||
|
||||
#if WTF_ARM_ARCH_VERSION == 6
|
||||
#ifdef JS_ION
|
||||
return js::ion::hasVFP();
|
||||
#else
|
||||
// If building for ARMv6 targets, we can't be guaranteed an FPU,
|
||||
// so we hardcode TI off for consistency (see bug 793740).
|
||||
return false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user