From 901ccb4cc3c83c36f2684accf0673c08790bed6a Mon Sep 17 00:00:00 2001 From: David McPaul Date: Sun, 30 May 2010 07:31:36 +0000 Subject: [PATCH] Include all current extended feature flags git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36971 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/sysinfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/sysinfo.c b/src/bin/sysinfo.c index 2271d0d5e7..b083c63710 100644 --- a/src/bin/sysinfo.c +++ b/src/bin/sysinfo.c @@ -413,10 +413,10 @@ static void print_extended_features(uint32 features) { static const char *kFeatures[32] = { - "SSE3", NULL, NULL, "MONITOR", "DS-CPL", NULL, NULL, "EST", - "TM2", NULL, "CNTXT-ID", NULL, NULL, "CMPXCHG16B", NULL, NULL, - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, - NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL + "SSE3", "PCLMULDQ", "DTES64", "MONITOR", "DS-CPL", "VMX", "SMX", "EST", + "TM2", "SSSE3", "CNTXT-ID", NULL, NULL, "CX16", "xTPR", "PDCM", + NULL, NULL, "DCA", "SSE4.1", "SSE4.2", "x2APIC", "MOVEB", "POPCNT", + NULL, "AES", "XSAVE", "OSXSAVE", NULL, NULL, NULL, NULL }; int32 found = 0; int32 i;