←back to thread

Show HN: Go Plan9 Memo

(pehringer.info)
302 points pehringer | 1 comments | | HN request time: 0.202s | 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
cmovq ◴[] No.41883597[source]
> However, (as far as I can tell) Go’s compiler does not utilizes simd

Can someone confirm this? Not even for straightforward copies?

replies(1): >>41884747 #
1. znkr ◴[] No.41884747[source]
Go has a couple of SIMD uses. Copies is one of them.