Matheus C. França
Matheus C. França
OC: No (stock) ```bash Num cores: 8 Num iterations per samples: 5000 Num samples: 300 1) CAS latency on a single shared cache line 0 1 2 3 4 5...
## Default **Output:** ```bash Num cores: 16 Using RDTSC to measure time: false Num round trips per samples: 1000 Num samples: 300 Showing latency=round-trip-time/2 in nanoseconds: 0 1 2 3...
What do you think about the possibility of alternating the choice between dracut and mkinitcpio? In the case of dracut would need pacman hook as already mentioned [here](https://bbs.archlinux.org/viewtopic.php?id=247015).
Adapting and possibly adding a new tool to the ZeroMQ community using Zig is underway. ## Steps - https://github.com/zeromq/czmq/pull/2258 - https://github.com/zeromq/libzmq/pull/4516 **Note:** This contribution is not intended to rewrite or...
Recently, have started some tests with `regz` using some SVD's such as gd32v (which does not yet have cluster support), esp32-c3 and now [allwinner D1 (unofficial svd)](https://github.com/duskmoon314/aw-pac/tree/main/svd). However an error...
**Generated file:** https://gist.github.com/kassane/41d57372dfb16a1bf686da5e2107547e **SVD:** [CEC1702.svd.tar.gz](https://github.com/ZigEmbeddedGroup/regz/files/9551124/CEC1702.svd.tar.gz) **Output:** ```bash $> regz -s svd Microchip.CEC_DFP.1.5.142/cec1702/svd/CEC1702.svd -o CEC1702.zig warning: field 'WR_CNT' (16-24) in register is outside word size: 16 warning: field 'RD_CNT' (24-32) in...
### Zig Version 0.12.0-dev.3518+d2be725e4 ### Steps to Reproduce and Observed Behavior Using latest zig-master src on bootstrap: https://github.com/ziglang/zig/commit/d2be725e4b14c33dbd39054e33d926913eee3cd4 * build zig (cmake + wasm) [RelSafe]: OK * build LLVM using...
### System Config https://github.com/RodrigoDornelles/3bc-lang/blob/develop-wip/cmake/system/zig.cmake ### Find or Download https://github.com/RodrigoDornelles/3bc-lang/blob/develop-wip/cmake/find/zig.cmake ### Target https://github.com/RodrigoDornelles/3bc-lang/blob/develop-wip/cmake/toolchain/zig.cmake https://github.com/RodrigoDornelles/3bc-lang/blob/4b2a9564bba165ed99d73924ef93f959558496c2/cmake/target.cmake#L14-L22
- [`cxx-rs`](https://github.com/dtolnay/cxx) This library provides a safe mechanism for calling C++ code from Rust and Rust code from C++. - [`safer_ffi`](https://github.com/getditto/safer_ffi) is a framework that helps you write foreign function...
Hi @mitchellh, Nice hard work (for you and all your collaborators) to make this library. I have been playing with the xev api for C code on linux today. However,...