[PATCH] D66862: Make lround builtin constexpr (and others)

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 10:16:55 PDT 2019


lebedev.ri added inline comments.


================
Comment at: clang/test/SemaCXX/math-builtins.cpp:5
+{
+  constexpr float f = 12345.6789;
+
----------------
Needs more tests
This looks like you always round up


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66862/new/

https://reviews.llvm.org/D66862





More information about the cfe-commits mailing list