std.math.acosh of large negative numbers does not return nan
Sorry, that should've been an @intCast. I've corrected it.
std.math.acosh of large negative numbers does not return nan
As a fix, I'd suggest switching to an implementation based on FreeBSD. Something like this:
std.math.acosh of large negative numbers does not return nan
The acosh implementation is a Zig port of the musl code. I downloaded a fresh cross toolchain from musl.cc (Note: it's community supported and not affiliated with the musl...
addb638849
llvm: disable loop vectorization for now
ae88b0ffda
priority queue and dequeue: use
*const Self in read-only methods and fix deinit (#31712)
136541fc04
musl,wasi-libc: remove unused exp_data and pow_data
5be450d504
libc: remove duplicates of some functions
bd4ee18d47
test-libc: do not skip search_hsearch on wasi-libc
bd349838d8
Zcu: correctly handle tid when main thread recurses
695e139c71
std.Io.Threaded: make
mutexLock() use cmpxchgStrong instead of cmpxchgWeak
fded5d736d
std.Progress: use
cmpxchgStrong instead of cmpxchgWeak for locking/unlocking IPC
fae7d23362
Io.Uring: simplify openat error handling
770b39c476
std.Io.Uring: handle UnsupportedOperation for O_TMPFILE case
924d22d1bf
zig fetch: wait until all jobs are finished
a51f1eff5d
tar: Fix symlink test when symlinks can't be created on Windows
dc788f4cfd
std.math.big.int: address log2/log10 reviews
d0f5379038
Revert "ci: disable aarch64-freebsd"
90c53e0623
ci: disable aarch64-freebsd
fix msghdr and cmsghdr on non-Linux targets, document musl behaviour
7ec8d0306c
fix msghdr and cmsghdr on non-Linux targets, document musl behaviour
Regression: Zig build with dependencies fails when local cache is on a different device
Reproduced on Alpine, x86_64. / is on ext4.
pointer subtraction is not safety checked
But it is useful to be able to get a signed result, should this be allowed if there is a singed result type?