xiph
/
opus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
94a4989
)
oops, this removes dead code left from previous commit
author
Jean-Marc Valin
<jmvalin@jmvalin.ca>
Fri, 13 Apr 2012 16:29:51 +0000 (12:29 -0400)
committer
Jean-Marc Valin
<jmvalin@jmvalin.ca>
Fri, 13 Apr 2012 16:29:51 +0000 (12:29 -0400)
celt/mathops.c
patch
|
blob
|
history
diff --git
a/celt/mathops.c
b/celt/mathops.c
index
6780428
..
d81f1c0
100644
(file)
--- a/
celt/mathops.c
+++ b/
celt/mathops.c
@@
-84,7
+84,6
@@
opus_val32 frac_div32(opus_val32 a, opus_val32 b)
return -2147483647; /* -2^31 */
else
return SHL32(result, 2);
- return result;
}
/** Reciprocal sqrt approximation in the range [0.25,1) (Q16 in, Q14 out) */