Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-01 | Don't use reflection in fpu.alignedBytes. | Jamie Liu | |
reflect.ValueOf takes an interface{}, so when passed a slice the compiler emits a call to runtime.convTslice to heap-allocate a copy of the slice header. PiperOrigin-RevId: 394310052 | |||
2021-03-23 | Move the code that manages floating-point state to a separate package | Andrei Vagin | |
This change is inspired by Adin's cl/355256448. PiperOrigin-RevId: 364695931 |