Reviewers: danno,

Message:
PTAL

Description:
[x86] Atom check includes AMT

BUG=

Please review this at https://codereview.chromium.org/998883002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -0 lines):
  M src/base/cpu.cc


Index: src/base/cpu.cc
diff --git a/src/base/cpu.cc b/src/base/cpu.cc
index 84cd231f611f206f17d5fed7fddda7942b83e20a..872b20dcbaaa73a2617026d7ccaa241a0a3a5594 100644
--- a/src/base/cpu.cc
+++ b/src/base/cpu.cc
@@ -385,6 +385,8 @@ CPU::CPU()
         case 0x37:  // SLM
         case 0x4a:
         case 0x4d:
+        case 0x4c:  // AMT
+        case 0x6e:
           is_atom_ = true;
       }
     }


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