[all-commits] [llvm/llvm-project] 4a8412: [libc++] Add tests for gcd that result in somethin...
AdityaK via All-commits
all-commits at lists.llvm.org
Sun Mar 2 02:34:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a8412d4302e15db28a24b80af6902b9e267991b
https://github.com/llvm/llvm-project/commit/4a8412d4302e15db28a24b80af6902b9e267991b
Author: AdityaK <hiraditya at msn.com>
Date: 2025-03-02 (Sun, 02 Mar 2025)
Changed paths:
M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
Log Message:
-----------
[libc++] Add tests for gcd that result in something other than zero or one (#129395)
@colincross identified gcd does not have a single case whose answer is
not 0, 1, or the smaller of the two inputs.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list