Add an IEEE remainder function, which is not
authorDale Johannesen <dalej@apple.com>
Tue, 20 Jan 2009 18:35:05 +0000 (18:35 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 20 Jan 2009 18:35:05 +0000 (18:35 +0000)
commit24b66a83ca8c80417ad7523c35ece709a7e6599c
treee28d31de0e903db3af95b00dd238593784d55bb8
parentccb3ab46f62504a84b3fda435e282821dea55438
Add an IEEE remainder function, which is not
fully implemented yet and not used.  This is
mainly to clarify that APFloat::mod implements
C fmod, not remainder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62593 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/Support/APFloat.cpp