mirror of
https://github.com/make-42/xyosc
synced 2025-01-20 03:27:33 +01:00
6 lines
45 B
Go
6 lines
45 B
Go
|
package malgo
|
||
|
|
||
|
const (
|
||
|
simdAlignment = 64
|
||
|
)
|