github.com/panjjo/go@v0.0.0-20161104043856-d62b31386338/src/math/big/arith_ppc64.s (about) 1 // Copyright 2016 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // +build !math_big_pure_go,ppc64 6 7 #include "textflag.h" 8 9 // This file provides fast assembly versions for the elementary 10 // arithmetic operations on vectors implemented in arith.go. 11 12 TEXT ·divWW(SB), NOSPLIT, $0 13 BR ·divWW_g(SB) 14