-
## 🐛 Bug
Windows builds on CI seem to be using [Microsoft's OpenMP](https://docs.microsoft.com/en-us/cpp/build/reference/openmp-enable-openmp-2-0-support?view=msvc-160) headers instead of Intel's…
-
There is one thing in *V* I do care a lot about - parallelism & concurrency for seamless local and distributed programming.
Note, I didn't want to write this to https://github.com/vlang/v/issues/56…
-
A good portion of X86 ISAs all follow a hierarchy of support. If `SSE2` is supported, then implicitly `SSE` is supported. Similarly, if `AVX2` is supported, then `AVX` is supported as well.
We sh…
-
I guess the data from uops.info has changed. Any idea?
```
Traceback (most recent call last):
File "x86_info_term.py", line 1308, in
main()
File "x86_info_term.py", line 1291, in main
…
-
Hi, firstly thanks for the work on the package.
I'm trying to get some code using LoopVectorization.jl running on the NVIDIA Jetson AGX Xavier.
Unfortunately it fails in the precompilation stage…
-
I am importing the cargo package like this:
```toml
[dependencies]
opencv = "*"
```
but when I ran `cargo build` I eventually get this error:
```cmd
error: failed to run custom build comm…
-
We are going to want to produce a guide on SIMD in Rust that doesn't just cover the API but also covers terminology in this programming model's world, so as to hopefully standardize on vendor-ambivale…
-
SIMD-Enabled types are poorly documented, so I need to ask about two things:
1. Vectors are defined by only one point . Does this mean that its direction is from the origin point to that point?
2…
ghost updated
3 years ago
-
I've tried both `cargo build` and `cargo build --release` with out success, the full output is bellow
I've found build instructions in the docs, am I missing something?
Click to expand!
…
-
This is a general purpose comment thread for the “[A Minimal Rust Kernel](https://os.phil-opp.com/minimal-rust-kernel/)” post.