<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SIMD on Andrey's Notes on Everything</title><link>https://blog.dmitriev.de/tags/simd/</link><description>Recent content in SIMD on Andrey's Notes on Everything</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 28 Jun 2026 07:36:05 +0200</lastBuildDate><atom:link href="https://blog.dmitriev.de/tags/simd/index.xml" rel="self" type="application/rss+xml"/><item><title>Using ISPC for SIMD Acceleration on Windows</title><link>https://blog.dmitriev.de/rust/0020-ispc/</link><pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate><guid>https://blog.dmitriev.de/rust/0020-ispc/</guid><description>&lt;p&gt;This note documents a practical experiment with ISPC on Windows: compiling a simple SIMD kernel, exporting it from a DLL, generating an import library, and calling it from Rust and LabVIEW. The goal is to compare ISPC’s generated AVX2 code with native Rust and LabVIEW implementations and to examine the generated assembly.&lt;/p&gt;</description></item></channel></rss>