[libcxx-commits] [libcxx] [libc++] Add an ABI flag to optimize mersenne_twister_engine (PR #206423)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 1 07:20:55 PDT 2026


================
@@ -181,6 +181,9 @@ class mersenne_twister_engine {
     for (size_t __i = 1; __i < __n; ++__i)
----------------
ldionne wrote:

Not attached to this line: please run SPEC before/after.

https://github.com/llvm/llvm-project/pull/206423


More information about the libcxx-commits mailing list