mirror of
https://github.com/bloeys/gglm.git
synced 2025-12-29 13:38:20 +00:00
Remove more pointers+better NewXYZ funcs
This commit is contained in:
@ -54,5 +54,5 @@ func main() {
|
||||
|
||||
## Notes
|
||||
|
||||
You can check compiler inlining decisions using `go run -gcflags "-m" .`. Some functions look a bit weird compared to similar ones
|
||||
You can check compiler inlining decisions using `go run -gcflags "-m" .`. Some functions look a bit weird
|
||||
because we are trying to reduce function complexity so the compiler inlines.
|
||||
|
||||
Reference in New Issue
Block a user