feldspar-compiler-0.1: Compiler for the Feldspar languageSource codeContentsIndex
Feldspar.Compiler.Options
Synopsis
data Options = Options {
platform :: Platform
unroll :: UnrollStrategy
debug :: DebugOption
}
data Platform
= AnsiC
| TI
data UnrollStrategy
= NoUnroll
| Unroll Int
data DebugOption
= NoDebug
| NoSimplification
| NoPrimitiveInstructionHandling
Documentation
data Options Source
Constructors
Options
platform :: Platform
unroll :: UnrollStrategy
debug :: DebugOption
data Platform Source
Constructors
AnsiC
TI
data UnrollStrategy Source
other platforms will come later...
Constructors
NoUnroll
Unroll Int
data DebugOption Source
Constructors
NoDebug
NoSimplification
NoPrimitiveInstructionHandling
Produced by Haddock version 2.6.0