On 11/16/13 07:12 AM, Gaetan Nadon wrote:
On 13-11-16 02:05 AM, Alan Coopersmith wrote:
Can't see why they were ever needed.

Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
---
  Makefile.am |    2 +-
  x2pmp.c     |    1 -
  2 files changed, 1 insertion(+), 2 deletions(-)

If sqrt won't be used in the future (educated guess)
If all supported platforms have a correct C implementation of math
functions currently used

There's no math functions currently used - the closest I see is abs(),
but that's in the standard C library, not libm.  x2pmp doesn't even
declare any variables of float or double types.  (Other files do, but
they only seem to do simple arithmetic with them, not call any libm
functions.)


--
        -Alan Coopersmith-              alan.coopersm...@oracle.com
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to