Skip to content

Commit

Permalink
Improved field lookup for small structs (arm64) (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso authored Dec 8, 2021
1 parent 853eaa1 commit 3147938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/segmentio/encoding

go 1.14

require github.com/segmentio/asm v1.1.2
require github.com/segmentio/asm v1.1.3
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/segmentio/asm v1.1.2 h1:AqF5GZe7ea+STIn7wnhPZJ0RANYndrphebwtOmceahw=
github.com/segmentio/asm v1.1.2/go.mod h1:Ld3L4ZXGNcSLRg4JBsZ3//1+f/TjYl0Mzen/DQy1EJg=
github.com/segmentio/asm v1.1.3 h1:WM03sfUOENvvKexOLp+pCqgb/WDjsi7EK8gIsICtzhc=
github.com/segmentio/asm v1.1.3/go.mod h1:Ld3L4ZXGNcSLRg4JBsZ3//1+f/TjYl0Mzen/DQy1EJg=
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 h1:WecRHqgE09JBkh/584XIE6PMz5KKE/vER4izNUi30AQ=
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 3147938

Please # to comment.