Home | History | Annotate | Download | only in Main

Lines Matching refs:enableSSE2

396 		html += "<tr><td>Enable SSE2:</td><td><input name = 'enableSSE2' type='checkbox'" + (config.enableSSE2 ? checked : empty) + " title='If checked enables the use of SSE2 instruction set extentions if supported by the CPU.'></td></tr>";
538 config.enableSSE2 = false;
625 enableSSE2=on"))
629 config.enableSSE2 = true;
634 if(config.enableSSE2)
735 config.enableSSE2 = ini.getBoolean("Processor", "EnableSSE2", true);
793 ini.addValue("Processor", "EnableSSE2", itoa(config.enableSSE2));