-
I would like to work toward creating a [carryless multiplication](https://en.wikipedia.org/wiki/Carry-less_product) builtin in zig. This is a fast instruction used in simdjson for example to convert …
-
Rustc is often unable to optimize through rawvec's abstractions. Here's a motivating example:
https://rust.godbolt.org/z/7b1MeKcY1
```rust
pub fn foo() -> u8 {
let mut v = Vec::::new();
…
-
Dear Dr. Stepan Tsirkin:
I was trying to calculate the SHC of Fe element, just as the title noted, I got the very strange result when I use the ryoo and Qiao method respectively. what would be the po…
-
There is a lot of helper functions in JSIL.Bootstrap.js, some of them are attached to `$jsilcore`, others to `JSIL`?
What is a border condition, whether it should be attached? Do I correct, that "pub…
-
Hello !
I want to ask if this crate supports AVX 512 instructions. If not, Is it in the plans to be able to support it ? This would be the definitive rate for simd in Rust ? Because I understand th…
-
Hi, I'm using I210 Ethernet card on my freescale sabre board.
I'm trying to build gptp with I210 feature. but I couldn't.
Because, file "Open-AVB/lib/igb/igb.c" include assembler code ( rdtscpll, __…
-
I have seen code many times with conditional execution of WRITE statements and loops repeatedly executing a WRITE statement using multiple LUNs to provide logging, verbose modes, and debug modes. Asi…
-
Technically this implementation should raise `ValueError('math domain error')` for input values that are zero or negative, however, what is present is no different to e.g. `log10` above which would su…
-
Currently there seems to be no way to detect at compile time if the target will have hardware floating point support.
Depending on the target arch, this is sometimes expressed in LLVM as a feature …
-
Various Plonky3 functions might exhibit partiality; on some inputs, they might fail to terminate with a result of the output type. In all the cases I know of, this is due to the use of functions which…