Joel Falcou

Results 179 comments of Joel Falcou

we use splat as a decorator. We can make the decorator splatted ? and reuse splat as a function ?

won't broadcast conflict with the shuffle or are we OK overlaoding broadcast for both ?

People probably knows broadcast already

OK so we want to overlaod this one https://jfalcou.github.io/eve/group__core__simd_gaa8fb67b18a0c3046d9281ed21953444d.html#gaa8fb67b18a0c3046d9281ed21953444d

# Actions suggérées + Documentation + Rendre la documentation plus fluide et plus progressive. L'effort sur le "Mfront Book" est un pas dans la bonne direction. + Fournir une documentation...

# Conclusion La qualité globale de la gestion du projet est très élevée. L'effort mis sur la structuration du code, la volonté de suivre les évolutions du langage, la qualité...

Note while I'm looking at that: the static size can be specififed via `kwk::fixed` and this typ esupports static-compatible +-*/ so fixed+fixed is still a fixed. When used as parameters...

For reference on codegen : ```c++ void f(int* p, wide v, wide i) { scatter[ignore_first(7)](v,p,i); } ``` yields ```c++ f(int*, eve::avx512_abi_v0::wide, eve::avx512_abi_v0::wide): # @f(int*, eve::avx512_abi_v0::wide, eve::avx512_abi_v0::wide) mov ax, -128 kmovd...

From #1017 - Investigate differences between `std::borrowed_range` vs `algo::non_owning_range`

Drive by fixed in #1766