mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Make improvements
- Make rand64() thread safe - Introduce lemur64 lcg prng - Improve strace on New Technology - Improve msync() on New Technology
This commit is contained in:
parent
43ba3009b2
commit
29bf8b1a30
73 changed files with 888 additions and 269 deletions
|
@ -49,5 +49,5 @@ BENCH(asin, bench) {
|
|||
EZBENCH2("asin(-0)", donothing, asin(-0.));
|
||||
EZBENCH2("asin(NAN)", donothing, asin(NAN));
|
||||
EZBENCH2("asin(INFINITY)", donothing, asin(INFINITY));
|
||||
EZBENCH_C("asin", _real1(vigna()), asin(_real1(vigna())));
|
||||
EZBENCH_C("asin", _real1(lemur64()), asin(_real1(lemur64())));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue