-
We're not currently configuring axom to use architecture specific flags in our CPU builds.
This could improve performance for release builds by using SIMD and compiler intrinsics like `popCount`
We s…
-
I tried this code:
```rust
#![feature(portable_simd)]
use std::simd::{num::SimdFloat, Simd};
#[inline(never)]
pub fn px(xx: [Simd; 8], ax: &[Simd], bx: &[Simd], cx: &[Simd]) {
for a in a…
-
```
libs/QPhiX/include/qphix/blas_new_c.h(893): warning #15552: loop was not vectorized with "simd"
libs/QPhiX/include/qphix/blas_new_c.h(893): warning #15552: loop was not vectorized with "simd"
l…
-
Arm (aarch64) cpus are becoming more popular/powerful (e.g. AWS Graviton instances) ... does Tantivy also specialize SIMD for Arm CPUs?
-
Hi I have been trying to install BPCells unsuccessfully for some time now, I am unable to figure out the exact root cause of the issue. The error seems to stem from some issues with the loaded hdf5 li…
-
Right now the [`ImageBuffer`](https://docs.rs/image/0.25.2/image/struct.ImageBuffer.html) type has a `rows()` function to iterate over the rows of the image, but ~~[`GenericImageView`](https://docs.rs…
-
We have observed unexpected loss of vectorization effort by the compiler when compiling the code below. Target was amd64 machine with AVX2 instruction set supported.
```rust
type T = u32;
#[i…
-
I made [a recipe](https://github.com/procxx/conan-boost-ex-simd) for fork of the removed Boost.SIMD library (I archived it too [here](https://github.com/procxx/boost.simd)) (not planned for conan-cent…
-
For the record, the game runs okay but it's not very playable due to it stuttering a lot.
There _are_ some spots in the level where it's full-speed, but that's it.
Disabling Neon SIMD or using Per …
-
I ran into a problem while reading this recently. [https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/gcc-12]
![image](https://github.com/llvm/llvm-project/assets/121085…