Skip to content

Commit

Permalink
build: support build rt on non-amd64 env (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Feb 26, 2024
1 parent 0e87afb commit 618834f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions internal/rt/asm_amd64.s
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT·
// +build !noasm,amd64 !appengine,amd64

#include "go_asm.h"
#include "funcdata.h"
Expand Down
3 changes: 1 addition & 2 deletions internal/rt/asm_arm64.s → internal/rt/asm_compat.s
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.
// +build !noasm,!amd64 !appengine,!amd64

#include "go_asm.h"
#include "funcdata.h"
Expand Down
1 change: 1 addition & 0 deletions tools/simde
Submodule simde added at 4d55fc

0 comments on commit 618834f

Please sign in to comment.