From 8528da672cc093d4dd06732819abc1f7b6b5a46e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 8 Sep 2014 00:08:51 -0400 Subject: build: move package sources from src/pkg to src Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg. --- src/math/atan_amd64p32.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/math/atan_amd64p32.s (limited to 'src/math/atan_amd64p32.s') diff --git a/src/math/atan_amd64p32.s b/src/math/atan_amd64p32.s new file mode 100644 index 000000000..1c1f6ceda --- /dev/null +++ b/src/math/atan_amd64p32.s @@ -0,0 +1,5 @@ +// Copyright 2013 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +#include "atan_amd64.s" -- cgit v1.2.1