←back to thread

Show HN: Go Plan9 Memo

(pehringer.info)
302 points pehringer | 1 comments | | HN request time: 0.203s | source

A quick dive into the Plan9 assembly I picked up while developing my SIMD package for Go, and how it led to a 450% performance boost in calculations.
Show context
pphysch ◴[] No.41880175[source]
This is neat. Why do you think this is not already part of the standard library?
replies(2): >>41880358 #>>41881109 #
1. twoodfin ◴[] No.41881109[source]
I think the more interesting architecture / priorities question is why the Go compiler can't yet(?) auto-vectorize?