Intrinsics in Go

I have written a Discussion Piece about how it could be possible to implement assembler intrinsics in Go based on an experiment I have been working on the past week.

The goal of the experiment was to see if intrinsics are feasible within the Go language without breaking the language. It is my impression that the changes are rather small, but I would love more feedback on it.

I hope it doesn’t sound too much like ramblings of a mad-man. However, if you know intrinsics it might make some sense to you!

Go to the Discussion Forum