Skip to content

Commit

Permalink
purego: fix typo (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi authored Oct 19, 2024
1 parent abe9f9a commit 907f1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func postMerger(t reflect.Type) (passInMemory bool) {
if t.Size() <= 2*8 {
return false
}
return true // Go does not have an SSE/SEEUP type so this is always true
return true // Go does not have an SSE/SSEUP type so this is always true
}

func tryPlaceRegister(v reflect.Value, addFloat func(uintptr), addInt func(uintptr)) (ok bool) {
Expand Down

0 comments on commit 907f1d9

Please sign in to comment.