So I was getting around 71 khash/s on a Core i7 3930K @ 4.5GHz. I am was running Windows 7 x64 Ultimate.
I upgraded to SP1 (simply did the update) and am now over 90 khash/s.
Sorry, I forgot to mention this. In order to take advantage of AVX instructions, the miner needs support from the operating system.
- Windows supports AVX starting from Windows 7 SP1 and Windows Server 2008 SP1. Windows 8 supports it natively.
- Linux supports AVX starting from kernel version 2.6.30.
- Mac OS X added AVX support in the 10.6.8 (Snow Leopard) update.
As regards building the miner, you will need at least binutils 2.19 to get AVX support, and at least 2.20.51.0.3 to get XOP support. (Current version is 2.22.)
The configure script will warn you if your version of binutils doesn't support AVX or XOP; you can check the currently installed version with "ld -v".
A final note: building the miner with AVX support on OS X is possible, but requires some tweaking of the build chain.