]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: improve memmove for amd64"
authorJoe Tsai <joetsai@digital-static.net>
Wed, 31 Aug 2016 20:44:42 +0000 (20:44 +0000)
committerJoe Tsai <thebrokentoaster@gmail.com>
Wed, 31 Aug 2016 21:07:35 +0000 (21:07 +0000)
commit6fb4b15f98bba7ef3966c5edc6b8fe2cc99c6beb
tree113c3762033fd7957b36cfc6b876a959ae3e925c
parentcc0248aea53b252ec5c0e1c57e32edb102bc36fe
Revert "runtime: improve memmove for amd64"

This reverts commit 3607c5f4f18ad4d423e40996ebf7f46b2f79ce02.

This was causing failures on amd64 machines without AVX.

Fixes #16939

Change-Id: I70080fbb4e7ae791857334f2bffd847d08cb25fa
Reviewed-on: https://go-review.googlesource.com/28274
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/cpuflags_amd64.go [deleted file]
src/runtime/cpuidlow_amd64.s [deleted file]
src/runtime/memmove_amd64.s
src/runtime/memmove_test.go [changed mode: 0755->0644]