golang-image/vector
Nigel Tao 46e4eb730a vector: use asm opcode mnemonics
There's no change in the binary output, just less mystery in the asm.

These mnemonics were introduced in Go 1.10:
https://golang.org/doc/go1.10#asm and https://golang.org/cl/75490

Current stable release (as of 2018-11-10) is Go 1.11, and
https://golang.org/doc/devel/release.html#policy says that Go 1.9 and
below are therefore no longer supported.

Change-Id: I1f9a63521bc8d5e8f8d395605f62bf7fb6a63bc5
Reviewed-on: https://go-review.googlesource.com/c/148997
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2018-11-15 02:24:11 +00:00
..
acc_amd64.go vector: remove Go 1.8 support 2018-11-08 20:57:45 +00:00
acc_amd64.s vector: use asm opcode mnemonics 2018-11-15 02:24:11 +00:00
acc_other.go vector: remove Go 1.8 support 2018-11-08 20:57:45 +00:00
acc_test.go vector: measure the fixed point rasterizer's accuracy. 2016-11-15 01:09:02 +00:00
gen_acc_amd64.s.tmpl vector: remove Go 1.8 support 2018-11-08 20:57:45 +00:00
gen.go vector: use asm opcode mnemonics 2018-11-15 02:24:11 +00:00
raster_fixed.go vector: measure the fixed point rasterizer's accuracy. 2016-11-15 01:09:02 +00:00
raster_floating.go vector: prevent fused multiply-add being used in floatingLineTo 2017-09-07 23:27:51 +00:00
vector_test.go vector: benchmark the floating point code path. 2017-09-07 00:02:32 +00:00
vector.go vector: make args float32 pairs instead of f32.Vec2. 2016-11-15 00:52:01 +00:00