[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.1.x arch.xml, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-18 16:44:01
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.1.x In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5970 Modified Files: arch.xml Log Message: XML fixes; sse,387 also fixed. Index: arch.xml =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/gxx/3.1.x/arch.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** arch.xml 17 Apr 2007 19:25:52 -0000 1.1 --- arch.xml 18 Apr 2007 16:43:45 -0000 1.2 *************** *** 66,70 **** <value>-mfpmath=sse</value> <short-description>Use SSE floating point instruction set</short-description> ! <editor-description copy-id="fpmath-387"> <logic> <logic-option-exclusive on="kb-option-cpu"/> --- 66,70 ---- <value>-mfpmath=sse</value> <short-description>Use SSE floating point instruction set</short-description> ! <editor-description copy-id="fpmath-387"/> <logic> <logic-option-exclusive on="kb-option-cpu"/> *************** *** 73,79 **** <option id="fpmath-sse-387"> ! <value>-mfpmath=sse</value> <short-description>Use SSE floating point instruction set with 387 coprocessor</short-description> ! <editor-description copy-id="fpmath-387"> <logic> <logic-option-exclusive on="kb-option-cpu"/> --- 73,79 ---- <option id="fpmath-sse-387"> ! <value>-mfpmath=sse,387</value> <short-description>Use SSE floating point instruction set with 387 coprocessor</short-description> ! <editor-description copy-id="fpmath-387"/> <logic> <logic-option-exclusive on="kb-option-cpu"/> *************** *** 91,95 **** </editor-description> <logic> ! <logic-option-exclusive on="alignment-disabled" value="0"/> <logic-option-exclusive on="double-alignment"/> </logic> --- 91,95 ---- </editor-description> <logic> ! <logic-option-exclusive on="alignment-disabled" value="1"/> <logic-option-exclusive on="double-alignment"/> </logic> *************** *** 106,111 **** </option> ! <option id="mmmx"> ! <value>-mmmx</value> <short-description>Enable MMX instruction set</short-description> <editor-description> --- 106,111 ---- </option> ! <option id="mmx"> ! <value>-mmx</value> <short-description>Enable MMX instruction set</short-description> <editor-description> *************** *** 117,138 **** </option> ! <option id="msse"> <value>-msse</value> <short-description>Enable SSE instruction set</short-description> ! <editor-description copy-id="mmmx"/> <logic/> </option> ! <option id="msse2"> <value>-msse2</value> <short-description>Enable SSE2 instruction set</short-description> ! <editor-description copy-id="mmmx"/> <logic/> </option> ! <option id="m3dnow"> <value>-m3dnow</value> <short-description>Enable 3Dnow! instruction set</short-description> ! <editor-description copy-id="mmmx"/> <logic/> </option> --- 117,138 ---- </option> ! <option id="sse"> <value>-msse</value> <short-description>Enable SSE instruction set</short-description> ! <editor-description copy-id="mmx"/> <logic/> </option> ! <option id="sse2"> <value>-msse2</value> <short-description>Enable SSE2 instruction set</short-description> ! <editor-description copy-id="mmx"/> <logic/> </option> ! <option id="3dnow"> <value>-m3dnow</value> <short-description>Enable 3Dnow! instruction set</short-description> ! <editor-description copy-id="mmx"/> <logic/> </option> |