ippsav

Results 5 issues of ippsav

### Description Fix trailing newline issue in code highlights (#1487 ) The ripgrep JSON output includes a trailing newline at the end of each match. However, the code highlighting in...

Related: [#20801](https://github.com/ziglang/zig/issues/20801), [#20869](https://github.com/ziglang/zig/pull/20869) Closes: https://github.com/ziglang/zig/issues/20801 Description: This PR refactors the syscall generation tool aiming to reduce code duplication for both the table based arches and the ones generated using a...

This is a refactor for the Zig Dockerfile, as of now `c_allocator` is unusable in zig when using alpine and would require too much hassle to make it work, that...

Function passed to `thread_pool` causes build failure when the return type is `!void` Fixed with the help of @Cloudef code: ```zig const std = @import("std"); const ThreadPool = std.Thread.Pool; pub...