aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2011-06-08 18:58:01 -0700
committerJeff Garzik <jgarzik@exmulti.com>2011-06-08 18:58:01 -0700
commit48a888dbfbc60ef0644dc43e19ae4764a2d380b6 (patch)
tree75b8e08a61d4e488824b1c0fa2de4bc05459cc03 /NEWS
parentf2e4ff0e509f69404aa11f5232d8f63110383f03 (diff)
parent8a832eeab524bbad160adb7c27acb370d6adedff (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--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26a97ce..1ab5040 100644
--- a/NEWS
+++ b/NEWS
@@ -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