remainder_amd64.s 269 B

123456789
  1. //go:build !tinygo && !noasm
  2. // Copyright 2011 The Go Authors. All rights reserved.
  3. // Use of this source code is governed by a BSD-style
  4. // license that can be found in the LICENSE file.
  5. #include "textflag.h"
  6. TEXT ·archRemainder(SB),NOSPLIT,$0
  7. JMP ·remainder(SB)