The good news for Sun Studio 12 users is that the only thing that separates you from the kick ass performance on the latest contraptions from AMD and Intel is this set of patches. So, if you are planning to deploy on Intel's Woodcrest and Clovertown or AMD's Barcelona chips, just download the patches, install them and don't forget to tell the compiler what you want:
- if your development and deployment boxes are the same:
-xtarget=native - same as above, but forcing 64bit code generation:
-xtarget=native64 - if your target is Intel's Woodcrest and Clovertown in 32bit mode:
-xtarget=woodcrest -m32 - if your target is Intel's Woodcrest and Clovertown in 64bit mode:
-xtarget=woodcrest -m64 - if your target is AMD's Barcelona in 32bit mode:
-xtarget=barcelona -m32 - if your target is AMD's Barcelona in 64bit mode:
-xtarget=barcelona -m64