orcarray: Use fabs() instead of abs(), the latter is for integers
authorSebastian Dröge <sebastian@centricular.com>
Mon, 19 May 2014 09:09:55 +0000 (11:09 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 19 May 2014 09:09:55 +0000 (11:09 +0200)
commit4b041618cab0e46d6e8ea973f06cc0c0a6fe87b5
treee5dfd37d1855de07cc0fe044a61a2119bf736a6c
parenteb41b5c3a7c57a8b8a26ffde36d52ef4716f6465
orcarray: Use fabs() instead of abs(), the latter is for integers

orcarray.c:254:15: error: using integer absolute value function 'abs' when
      argument is of floating point type [-Werror,-Wabsolute-value]
          if (abs(a[i] - b[i]) < MIN_NONDENORMAL_D) continue;
orc-test/orcarray.c