Post AjHwuJUx0c5fZg6Fay by ezhevita@masto.ezhevita.dev
(DIR) More posts by ezhevita@masto.ezhevita.dev
(DIR) Post #AjHwuGWG5IM0KrgkiW by ezhevita@masto.ezhevita.dev
2024-06-25T14:11:00Z
0 likes, 1 repeats
ok i've stumbled upon my old #dotnet benchmark with hand-written algorithm vectorization, apparently .NET 9 finally vectorizes Vector128<byte>.Sum, which makes Vector128 version at least somewhat comparable to SSE4.1 versionhowever there are still some issues with these cross-platform vector intrinsics, it's time to dig into JIT code
(DIR) Post #AjHwuJUx0c5fZg6Fay by ezhevita@masto.ezhevita.dev
2024-06-25T14:13:12Z
0 likes, 0 repeats
development experience of JIT on macOS apparently sucks immensely; had to set up development environment on my gaming windows pc