diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2011-06-08 18:58:01 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2011-06-08 18:58:01 -0700 |
commit | 48a888dbfbc60ef0644dc43e19ae4764a2d380b6 (patch) | |
tree | 75b8e08a61d4e488824b1c0fa2de4bc05459cc03 /NEWS | |
parent | f2e4ff0e509f69404aa11f5232d8f63110383f03 (diff) | |
parent | 8a832eeab524bbad160adb7c27acb370d6adedff (diff) |
Merge pull request #23 from ckolivas/master
Here's my x86_64 and linux optimisations. Hopefully shouldn't break other OSs now.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +- Linux x86_64 optimisations - Con Kolivas +- Optimise for x86_64 by default by using sse2_64 algo +- Detects CPUs and sets number of threads accordingly +- Uses CPU affinity for each thread where appropriate +- Sets scheduling policy to lowest possible +- Minor performance tweaks Version 1.0.1 - May 14, 2011 |