Files
gonum/asm/generate.go
kortschak 5b84ddfb9d Make generated complex drop-ins
Again this is to allow simpler code generation of other BLAS routines.
2015-02-10 06:53:04 +10:30

9 lines
235 B
Go

// Copyright ©2015 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:generate ./single_precision
//go:generate ./complex
package asm