diff --git a/doc/go1.12.html b/doc/go1.12.html index 3b086e7001..75315d1b52 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -493,8 +493,11 @@ for {
- This release removes the optimized assembly implementations. RC4 is insecure - and should only be used for compatibility with legacy systems. + This release removes the assembly implementations, leaving only + the pure Go version. The Go compiler generates code that is + either slightly better or slightly worse, depending on the exact + CPU. RC4 is insecure and should only be used for compatibility + with legacy systems.