https://codereview.chromium.org/331803003/diff/2/src/cpu.cc
File src/cpu.cc (right):

https://codereview.chromium.org/331803003/diff/2/src/cpu.cc#newcode395
src/cpu.cc:395: has_thumb2_ = HasListItem(features, "thumb2");
thumb2 doesn't get reported as such in cpuinfo:
 * ARMv7 (or higher) => thumb2
 * ARMv6T2 => thumb2
I only know of one ARMv6T2 cpu and it doesn't have an MMU so we could
simplify to ARMv7

https://codereview.chromium.org/331803003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to