printer: add generated code warnings

This commit is contained in:
Michael McLoughlin
2018-12-18 22:57:26 -08:00
parent 213d65e481
commit ca5c7e7454
17 changed files with 94 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
// Code generated by command: go run asm.go -out complex.s -stubs stub.go. DO NOT EDIT.
#include "textflag.h"

View File

@@ -1,5 +1,9 @@
// Code generated by command: go run asm.go -out complex.s -stubs stub.go. DO NOT EDIT.
package complex
func Real(x complex128) float64
func Imag(x complex128) float64
func Norm(x complex128) float64