start of vector instructions
This commit is contained in:
parent
a9aba70bc4
commit
e373d9499d
@ -331,5 +331,10 @@ instructionVectorIntInsert = instructionVectorInsert int vectorInt
|
||||
instructionVectorIntInsertVectorInt :: State -> State
|
||||
instructionVectorIntInsertVectorInt = instructionVectorInsertVector vectorInt
|
||||
|
||||
-- |Takes the mean of the top int vector and pushes the rounded int value
|
||||
-- to the int stack.
|
||||
instructionVectorIntMean :: State -> State
|
||||
instructionVectorIntMean = instructionVectorMean int vectorInt id
|
||||
|
||||
allVectorIntInstructions :: [Gene]
|
||||
allVectorIntInstructions = map StateFunc ($(functionExtractor "instruction"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user