================ @@ -0,0 +1,191 @@ +// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -verify -std=c++20 %s +// RUN: %clang_cc1 -verify -std=c++20 %s + + +static_assert(__builtin_nearbyint(1.1) == 1.0); ---------------- Serosh-commits wrote:
adding the tests https://github.com/llvm/llvm-project/pull/194327 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
