projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Fri 5/17/13 22:52
Michael Larabel  
phodevi: Report CPU... 
Wed 5/15/13 21:50
Michael Larabel  
Phoronix Test Suite... 
Wed 5/15/13 21:39
Michael Larabel  
pts-core: DragonFlyBSD... 
Wed 5/15/13 15:47
Michael Larabel  
pts-core: Updates from... 
Wed 5/15/13 15:43
Michael Larabel  
 
Sat 5/11/13 13:55
Michael Larabel  
pts-core: Fix for... 
 
> --git a/CHANGE-LOG b/CHANGE-LOG
index 4210f8b
..f2dc070 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -4,+4,@@ Phoronix Test Suite (Git)

 - 
pts-coreBetter recognize some open-source vsclosed-source graphics card/driver combination comparisons
 
pts-coreFix potential crash in list-test-usage command
+- pts-coreSupport for detecting FSGSBASE and RDRAND on Intel Ivy Bridge
 
pts_GraphFix rounding issue on pts tables that are very wide

 Phoronix Test Suite 4.0 Milestone 1
diff 
--git a/pts-core/objects/phodevi/components/phodevi_cpu.php b/pts-core/objects/phodevi/components/phodevi_cpu.php
index f543588
..00d1f3e 100644
--- a/pts-core/objects/phodevi/components/phodevi_cpu.php
+++ b/pts-core/objects/phodevi/components/phodevi_cpu.php
@@ -377,+377,@@ class phodevi_cpu extends phodevi_device_interface
             
'xop' => (<< 12), // AMD XOP Instruction Set
             
'fma3' => (<< 13), // FMA3 Instruction Set
             
'fma4' => (<< 14), // FMA4 Instruction Set
+            'rdrand' => (<< 15), // Intel Bull Mountain RDRAND - Ivy Bridge
+            'fsgsbase' => ( << 16// FSGSBASE - Ivy Bridge AVX
             
);
     }
     public static function 
get_cpu_feature_constant($constant)
@@ -
437,+439,@@ class phodevi_cpu extends phodevi_device_interface
         
}

         
// Check for other instruction sets
-        foreach(array('avx''xop''fma3''fma4') as $instruction_set)
+        foreach(array(
'avx''xop''fma3''fma4''rdrand''fsgsbase') as $instruction_set)
         {
             if((
$cpu_flags self::get_cpu_feature_constant($instruction_set)))
             {
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media