# HG changeset patch # User vitor # Date 1211826069 0 # Node ID 61283b6e5f73e38401a745e057d5990d9a1123ce # Parent 27b34839f1db2bdaa077497a37e7aec5ecf58d28 Update comment diff -r 27b34839f1db -r 61283b6e5f73 ra144.c --- a/ra144.c Mon May 26 18:18:33 2008 +0000 +++ b/ra144.c Mon May 26 18:21:09 2008 +0000 @@ -56,7 +56,10 @@ return 0; } -/* lookup square roots in table */ +/** + * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in a + * odd way to make the output identical to the binary decoder. + */ static int t_sqrt(unsigned int x) { int s = 0;