golang-image/vector
Nigel Tao ae7296db94 vector: generate acc_amd64.s from a template.
There are currently 2 instantiations: fixed and floating math.

There will eventually be 6: 2 math types times 3 operators (OpOver,
OpSrc and Mask).

Change-Id: I16db8f3693abe30027ea2f822909980403a6142f
Reviewed-on: https://go-review.googlesource.com/30735
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-10-11 07:55:43 +00:00
..
acc_amd64.go vector: add SIMD versions of xxxAccumulateOpSrc. 2016-10-10 07:32:32 +00:00
acc_amd64.s vector: generate acc_amd64.s from a template. 2016-10-11 07:55:43 +00:00
acc_other.go vector: add SIMD versions of xxxAccumulateOpSrc. 2016-10-10 07:32:32 +00:00
acc_test.go vector: add SIMD versions of xxxAccumulateOpSrc. 2016-10-10 07:32:32 +00:00
gen_acc_amd64.s.tmpl vector: generate acc_amd64.s from a template. 2016-10-11 07:55:43 +00:00
gen.go vector: generate acc_amd64.s from a template. 2016-10-11 07:55:43 +00:00
raster_fixed.go vector: add SIMD versions of xxxAccumulateOpSrc. 2016-10-10 07:32:32 +00:00
raster_floating.go vector: add SIMD versions of xxxAccumulateOpSrc. 2016-10-10 07:32:32 +00:00
vector_test.go vector: add some accumulate tests. 2016-10-05 23:42:26 +00:00
vector.go vector: generate acc_amd64.s from a template. 2016-10-11 07:55:43 +00:00