summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-04-12 08:24:19 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-04-12 08:24:19 +0000
commitfaa16b6d33732e9bb9894ed91b07713bed933fc9 (patch)
tree251510bea24230c143752d8bd5d6726d6e412599 /README.dev
parent947b9180e65f40bcade8bfd11e0301fe1eaa2da6 (diff)
downloadmpfr-faa16b6d33732e9bb9894ed91b07713bed933fc9.tar.gz
added Bit Twiddling Hacks
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4407 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.dev b/README.dev
index 013331737..d1de69667 100644
--- a/README.dev
+++ b/README.dev
@@ -442,3 +442,8 @@ and write the new THRESHOLD in the file `mparam.h':
(unsigned long) mpfr_exp_threshold);
More complex tune are possible but needs special attention.
+
+===========================================================================
+
+Bit Twiddling Hacks - Sean Eron Anderson maintain a list of tricks to get
+efficient code on <http://graphics.stanford.edu/~seander/bithacks.html>.