Files
gonum/asm/generate.go
2015-12-22 14:56:51 +09:00

10 lines
266 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
//go:generate go run genasm.go
package asm