Skip to content

v0.7.1

Choose a tag to compare

@hajimehoshi hajimehoshi released this 06 Apr 15:27
· 74 commits to main since this release
all: struct return fixes (#221)

On amd64, there was a crash when calling objc.Send with a struct return type. This was due to calling the wrong objc message send function.

On arm64, if a struct return contained structs that only contained floats it would expect it to be in R8 instead of the expected float registers

Closes #223