Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #16873
| From | Julio Di Egidio <julio@diegidio.name> |
|---|---|
| Newsgroups | alt.comp.lang.rust, comp.programming |
| Subject | Re: SIMD programming in pure rust |
| Date | 2026-01-08 20:39 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <10jp16f$1elvi$1@dont-email.me> (permalink) |
| References | <10jm48s$203np$1@matrix.hispagatos.org> <10jmgqm$223oj$1@matrix.hispagatos.org> |
Cross-posted to 2 groups.
On 07/01/2026 21:48, r4dnRd wrote: >> [in reply to r4dnRd <r4dnRd@usenet_reborn.tui>] > >> I came across this article, this is a guy I know from some hacker events in Germany like CCC Congress etc >> This is a way for CPU's to handle low level programming with out having to translate to ASM etc... or so I think. >> >> Introduction to SIMD programming in pure Rust >> >> https://kerkour.com/introduction-rust-simd > > Thank you for this article, it is very useful as every article Silvain writes. > > [...] > > To access these CPU features in other languages like C you may need to write > assembly and as usual rust saves you from that. The mid-level C programmer just finds a suitable library. Rust's approach on the other hand is a nice example of a monolithic architecture and the feature bloat, which are rather the typical outcome of the most common incompetence. Julio
Back to comp.programming | Previous | Next — Next in thread | Find similar
Re: SIMD programming in pure rust Julio Di Egidio <julio@diegidio.name> - 2026-01-08 20:39 +0100
Re: Re: SIMD programming in pure rust r4dnRd <r4dnRd@usenet_reborn.tui> - 2026-03-06 17:39 +0000
Re: SIMD programming in pure rust Julio Di Egidio <julio@diegidio.name> - 2026-03-06 19:38 +0100
csiph-web