Sign in
vanadium
/
release.go.v23
/
5003ebb68b5de000d5be78aab741c77301297b04
/
.
/
vdlroot
/
math
/
vdl.config
blob: ba20829e0edcf4afdd9830dc69803d2bc2af0931 [
file
] [
log
] [
blame
]
// The vdl.config file for the math package configures idiomatic native types
// in each generated language.
config
=
vdltool
.
Config
{
Go
:
{
WireToNativeTypes
:
{
"Complex64"
:
{
Type
:
"complex64"
},
"Complex128"
:
{
Type
:
"complex128"
},
},
},
}