cvs commit: src/lib/msun/src s_fma.c

David Schultz das at FreeBSD.org
Mon Mar 7 05:02:09 GMT 2005


das         2005-03-07 05:02:09 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_fma.c 
  Log:
  - If z is 0, one of x or y is 0, and the other is infinite, raise
    an invalid exception and return an NaN.
  - If a long double has 113 bits of precision, implement fma in terms
    of simple long double arithmetic instead of complicated double arithmetic.
  - If a long double is the same as a double, alias fma as fmal.
  
  Revision  Changes    Path
  1.2       +18 -2     src/lib/msun/src/s_fma.c


More information about the cvs-src mailing list