]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
glibc: Add single-threaded fast path to rand()
authorHaixiao Yan <haixiao.yan.cn@windriver.com>
Wed, 2 Apr 2025 02:22:08 +0000 (10:22 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 8 May 2025 20:42:59 +0000 (13:42 -0700)
commit68ee8d16fa5419acba9111d3aca285be92bd93d3
treedcdb5270d63baa211db02e37c2765677a16edc4a
parent6dd125b619974c8102b3050900781c22c2db4b10
glibc: Add single-threaded fast path to rand()

Backport a patch [1] to improve performance of rand() and __random()[2]
by adding a single-threaded fast path.

[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=be0cfd848d9ad7378800d6302bc11467cf2b514f
[2] https://sourceware.org/bugzilla/show_bug.cgi?id=32777
Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/glibc/glibc/0001-stdlib-Add-single-threaded-fast-path-to-rand.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.39.bb