Skip to content

Commit 6f2dcaa

Browse files
committed
#42, tweaks
1 parent 1f5deb7 commit 6f2dcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/meetup-42-wrapup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ can be found here:
2121
* try to isolate SIMD as much as possible
2222

2323
> The difficulty with a general purpose approach to SIMD [...] is that the performance can be dramatically different on
24-
> different processors. -- [go/issues/53171#issuecomment-1142953120](https://github.com/golang/go/issues/53171#issuecomment-1142953120)
24+
> different processors. -- [go/issues/53171](https://github.com/golang/go/issues/53171#issuecomment-1142953120)
2525
2626
* Go uses its own assembly syntax as an intermediate representation, more on that in [The Design of the Go Assembler](https://go.dev/talks/2016/asm.slide#1) (2016)
2727
* there are various approaches to SIMD and Go including [avo](https://github.com/mmcloughlin/avo), [gocc](https://github.com/kelindar/gocc), and more - see: [Examples of methods to use SIMD in Go](https://github.com/Crash129/go-simd-example?tab=readme-ov-file#examples-of-methods-to-use-simd-in-go)

0 commit comments

Comments
 (0)