summaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/abs_ppc64x.s (renamed from src/math/abs_power64x.s)2
-rw-r--r--src/math/big/arith_ppc64x.s (renamed from src/math/big/arith_power64x.s)2
-rw-r--r--src/math/stubs_ppc64x.s (renamed from src/math/stubs_power64x.s)2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/math/abs_power64x.s b/src/math/abs_ppc64x.s
index 3ba8201b3..4fd86785a 100644
--- a/src/math/abs_power64x.s
+++ b/src/math/abs_ppc64x.s
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build power64 power64le
+// +build ppc64 ppc64le
#include "textflag.h"
diff --git a/src/math/big/arith_power64x.s b/src/math/big/arith_ppc64x.s
index c33a9209f..0cbd126d8 100644
--- a/src/math/big/arith_power64x.s
+++ b/src/math/big/arith_ppc64x.s
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build power64 power64le
+// +build ppc64 ppc64le
#include "textflag.h"
diff --git a/src/math/stubs_power64x.s b/src/math/stubs_ppc64x.s
index 36b762554..9369c5cf2 100644
--- a/src/math/stubs_power64x.s
+++ b/src/math/stubs_ppc64x.s
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build power64 power64le
+// +build ppc64 ppc64le
#include "textflag.h"