https://codereview.chromium.org/1287173004/diff/1/src/arm64/assembler-arm64.cc
File src/arm64/assembler-arm64.cc (right):

https://codereview.chromium.org/1287173004/diff/1/src/arm64/assembler-arm64.cc#newcode55
src/arm64/assembler-arm64.cc:55: cpu.variant() ==
base::CPU::NVIDIA_DENVER &&
On 2015/08/19 08:19:27, Rodolph Perfetta (ARM) wrote:
Denver is a CPU part (like A57, A53 for ARM), so it looks like the
checks are
switched: part should be Denver and variant should be less than 0, 1
or 2. no?
The initial code was wrong then.

Implementer == 'N' and and variant == 0x0 combined identify the Denver
family. The different implementations are distinguished by the primary
part number. Part number 0x000, 0x001, and 0x002 all have a coherent
instruction cache.

https://codereview.chromium.org/1287173004/

--
--
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