I want to know what type of CPU (Intel Pentium V, AMD Athlon Barton etc.) is built in and which features it has (SSE, MMX, Stepping etc.). Is there some ready-made Java-library for this?
A:
The JVM does this internally so you don't need to know. There is no way in Java to take advantage of this information other than what the JVM does for you already.
Why do you want to know?
Peter Lawrey
2010-09-25 21:53:48
I want to load some special libraries based on CPU type.
qbi
2010-09-26 22:29:02