10:33
2026-07-01
minoki.github.io
developer-tools
Low-level Haskell: The cursed way to emulate inline assembly in Haskell/GHC
A Haskell developer explores methods to invoke low-level CPU instructions from GHC, such as computing the full 128-bit product of two 64-bit integers, despite GHC lacking inline assembly support. The โฆ