mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-11 03:40:24 +08:00
fix: ci
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package zecall provides internal helpers for calling Level Zero functions via purego.
|
||||
package zecall
|
||||
|
||||
import (
|
||||
|
||||
@@ -7,6 +7,7 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
// ReturnTypes constrains the set of numeric types that can be returned from a Level Zero call.
|
||||
type ReturnTypes interface {
|
||||
~int | ~int8 | ~int16 | ~int32 | ~int64 | ~uint | ~uint8 |
|
||||
~uint16 | ~uint32 | ~uint64 | ~uintptr | ~float32 | ~float64
|
||||
|
||||
Reference in New Issue
Block a user