Re: [PATCH 2/3] Use fabsf() instead of fabs() since we have floats, not double
Jean-Marc Valin <[email protected]> Tue, 15 Apr 2014 16:49:51 -0400
| Newsgroups | gmane.comp.audio.compression.speex.devel |
|---|---|
| Message-ID | <[email protected]> |
On 15/04/14 03:45 PM, Tristan Matthews wrote: > Seems fine, fabsf is supported everywhere fabs is? No. AFAIK, fabsf() is C99-only, which would be a problem. Jean-Marc