diff options
| author | Robert Keevil <rkeevil+rockbox@gmail.com> | 2007-07-31 17:23:49 +0000 |
|---|---|---|
| committer | Robert Keevil <rkeevil+rockbox@gmail.com> | 2007-07-31 17:23:49 +0000 |
| commit | 98e607390673a2e81eed132724d83f430a0ea66e (patch) | |
| tree | 1a9ec519c852f7614e416d44161c755ee1fbc115 /apps/plugins/lib/fixedpoint.h | |
| parent | aea433c3e30a7ab2f836bd516b0104a236612bbf (diff) | |
| download | rockbox-98e607390673a2e81eed132724d83f430a0ea66e.zip rockbox-98e607390673a2e81eed132724d83f430a0ea66e.tar.gz rockbox-98e607390673a2e81eed132724d83f430a0ea66e.tar.bz2 rockbox-98e607390673a2e81eed132724d83f430a0ea66e.tar.xz | |
vu_meter: Use the fixedpoint lib (moving flog there)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14103 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/fixedpoint.h')
| -rw-r--r-- | apps/plugins/lib/fixedpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/fixedpoint.h b/apps/plugins/lib/fixedpoint.h index c587989..7199157 100644 --- a/apps/plugins/lib/fixedpoint.h +++ b/apps/plugins/lib/fixedpoint.h @@ -23,3 +23,4 @@ long fsincos(unsigned long phase, long *cos); long fsqrt(long a, unsigned int fracbits); long cos_int(int val); long sin_int(int val); +long flog(int x); |