add more instructions

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-29 16:35:22 -06:00
parent cef9c92b56
commit d7a2a4a6a6

@ -8,7 +8,10 @@ module Instructions (
module Instructions.ExecInstructions,
module Instructions.LogicalInstructions,
module Instructions.VectorIntInstructions,
module Instructions.VectorFloatInstructions
module Instructions.VectorFloatInstructions,
module Instructions.VectorStringInstructions,
module Instructions.VectorLogicalInstructions,
module Instructions.VectorCharInstructions
)
where
@ -22,3 +25,6 @@ import Instructions.ExecInstructions
import Instructions.LogicalInstructions
import Instructions.VectorIntInstructions
import Instructions.VectorFloatInstructions
import Instructions.VectorStringInstructions
import Instructions.VectorLogicalInstructions
import Instructions.VectorCharInstructions