"Golang" by Renée French (http://reneefrench.blogspot.com)

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…