Intrinsics in Go
klauspost 0 4th September 2015 Assembler, Go, ProgrammingI 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…