File size: 136 Bytes
13c2bf6 | 1 2 3 4 5 6 7 8 9 | // Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.simd
package goexperiment
const SIMD = true
const SIMDInt = 1
|
13c2bf6 | 1 2 3 4 5 6 7 8 9 | // Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.simd
package goexperiment
const SIMD = true
const SIMDInt = 1
|