zig/lib
lzm-build 757ec185f0 Add f16, f80 and f128 support for acos and asin (#30997)
The software impl of `acos` and `asin` depends on the `sqrt` op. Since support for `sqrt` in `f16`, `f80`, and `f128` has been added, the impl of `acos` and `asin` for `f16`, `f80`, and `f128` is now being supplemented.

Reviewed-on: https://codeberg.org/ziglang/zig/pulls/30997
Reviewed-by: Andrew Kelley <andrew@ziglang.org>
Co-authored-by: lzm-build <3575188313@qq.com>
Co-committed-by: lzm-build <3575188313@qq.com>
2026-01-28 23:33:35 +01:00
..
build-web all: replace all @Type usages 2025-11-22 22:42:38 +00:00
c fix(libzigc): export mincore 2026-01-27 00:06:18 +01:00
compiler testing: ability to read environment variables from unit tests 2026-01-17 00:40:22 +01:00
compiler_rt compiler_rt: fix sqrtf implementation; libc: remove sqrt implementations 2026-01-10 00:09:54 +01:00
docs std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
include remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
init update init template for new main API 2026-01-04 00:27:09 -08:00
libc musl: update some hexagon headers from the quic fork 2026-01-27 23:24:57 +01:00
libcxx libcxx: use compiler's _LIBCPP_HAS_LIBRARY_ALIGNED_ALLOCATION when set 2025-11-14 02:02:59 +01:00
libcxxabi remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
libtsan remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
libunwind remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
std Add f16, f80 and f128 support for acos and asin (#30997) 2026-01-28 23:33:35 +01:00
c.zig feat(libzigc): move over some linux syscalls 2026-01-24 20:41:15 +01:00
compiler_rt.zig compiler-rt: fix f80 ceil/floor optimization 2026-01-08 00:45:52 +01:00
fuzzer.zig std: move memory locking and memory protection to process 2026-01-09 13:52:00 -08:00
ubsan_rt.zig Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
zig.h zig.h: drop dependency on deleted compiler_rt functions 2025-11-12 16:00:16 +00:00