mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836486: Part 2 - turn on Ion Monkey for ARMv6 (r=jbramley)
This commit is contained in:
parent
960e7fb728
commit
50b3d19917
@ -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