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

David Schultz das at FreeBSD.org
Sun Feb 17 13:53:19 PST 2008


das         2008-02-17 21:53:19 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         e_exp.c 
  Log:
  Use volatile hacks to make sure exp() generates an underflow
  exception when it's supposed to. Previously, gcc -O2 was optimizing
  away the statement that generated it.
  
  Revision  Changes    Path
  1.12      +2 -1      src/lib/msun/src/e_exp.c


More information about the cvs-src mailing list