summaryrefslogtreecommitdiffstats
path: root/mpi-patches/faster-square-root
Commit message (Collapse)AuthorAgeFilesLines
* * arith.c (highest_bit): Linkage changed to static.Kaz Kylheku2011-12-131-0/+183
(abso, isqrt): New functions. (isqrt_fixnum): New static function. * eval.c (eval_init): Registered abs, sqrt and numberp instrinsics. * lib.c (numberp): New function. * lib.h (numberp, abso, isqrt): Declared. * mpi-patches/series: New patch added. * mpi-patches/faster-square-root: New patch added. * txr.1: Documentation stubs for new functions.