Skip to content

Commit

Permalink
Fix generated package name
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Zaytsev <[email protected]>
  • Loading branch information
colega committed Jul 4, 2024
1 parent 82e6f47 commit 24f513c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion simd/match.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by command: go run asm.go -out ../match.s -stubs ../match_amd64.go. DO NOT EDIT.
// Code generated by command: go run asm.go -pkg simd -out ../match.s -stubs ../match_amd64.go. DO NOT EDIT.

//go:build amd64

Expand Down
4 changes: 2 additions & 2 deletions simd/match_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion simd/src/asm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run asm.go -out ../match.s -stubs ../match_amd64.go
//go:generate go run asm.go -pkg simd -out ../match.s -stubs ../match_amd64.go
// Copyright 2023 Dolthub, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 24f513c

Please sign in to comment.