[PATCH] D77247: Merge FloatingPointMode and FPEnv headers
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 16:21:28 PDT 2020
cameron.mcinally added a comment.
The `fp::` qualifier is kind of verbose. I'm not familiar with LLVM's C++ rules, but can we replace them with `using namespace fp;`? Or can we remove the `fp` namespace completely?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77247/new/
https://reviews.llvm.org/D77247
More information about the llvm-commits
mailing list