<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 2014-04-07 11:21, L.D. Paniak wrote:
<blockquote cite="mid:5342C274.8070104@fourpisolutions.com" type="cite">I
suspect you can build a remarkably fast system inside of 150W with a
bit of research.  Intel E3-series v3 Xeons/Haswell CPUs pack a pile of
performance into 60-80W - at a decent price.  Especially if the
software uses recent instruction extensions eg AVX.<br>
</blockquote>
<big><br>
Research! A few years ago I bought a discount PC (new not refurb) and
all went well for a few years. That is, until I tried working with
Android and the Eclipse Emulator. The tools work run on another box,
actually an HP Laptop. But the tools would not on the discount PC. <br>
<br>
Having a 2nd box was helpful as it sorted out 'finger trouble' at my
end.<br>
<br>
After a bit of research, I found out that the reason the Android
emulator would not run on the discount PC was because the processor
itself was "crippled", i.e. the Intel Pentium processor did not support
the instructions required by the emulator. Specifically, the SSE2
capability was missing. <br>
<br>
Other application requirements, e.g. CAD, might require AVX capability.<br>
<br>
The CPUID register will identify what processor capabilities available.
There are various tools that will query the CPUID register and generate
a report.<br>
One of these tools is CHKCPU from: <a
 href="http://web.inter.nl.net/hcc/J.Steunebrink/chkcpu.htm">http://web.inter.nl.net/hcc/J.Steunebrink/chkcpu.htm</a>
(n.b. The designer has a DOS version of CHKCPU.)<br>
<br>
Regards<br>
JohnJ</big><br>
</body>
</html>