[all-commits] [llvm/llvm-project] 9d0956: [APFloat] Fix FP remainder operation
Ehud Katz via All-commits
all-commits at lists.llvm.org
Wed Feb 12 00:44:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9d0956ebd47144a8e8ada237aeb4d2e5118422b6
https://github.com/llvm/llvm-project/commit/9d0956ebd47144a8e8ada237aeb4d2e5118422b6
Author: Ehud Katz <ehudkatz at gmail.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M llvm/include/llvm/ADT/APFloat.h
M llvm/lib/Support/APFloat.cpp
M llvm/unittests/ADT/APFloatTest.cpp
Log Message:
-----------
[APFloat] Fix FP remainder operation
Reimplement IEEEFloat::remainder() function.
Fix PR3359.
Differential Revision: https://reviews.llvm.org/D69776
More information about the All-commits
mailing list