[libcxx-commits] [libcxx] [libc++] std::cmp_less and other integer comparison functions could be improved (PR #151332)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 2 22:48:24 PDT 2025
philnik777 wrote:
> > Could we get some benchmarks for this change in `libcxx/test/benchmarks/`?
>
> Original benchmarks like `cmp_less.pass.cpp` contain all comparison between signed or unsigned types, max/min, positive/negative values along with their orthogonal combination. It seems that no cases are ignored (I think).
That's a conformance test, not a benchmark.
https://github.com/llvm/llvm-project/pull/151332
More information about the libcxx-commits
mailing list