phanrahan / mantle

mantle library
Other
42 stars 10 forks source link

Missing coreir primitives #49

Open leonardt opened 6 years ago

leonardt commented 6 years ago

These primitives need DefineOp, Op and op versions

Pseudoprimitives (meta-programmed in python)

leonardt commented 6 years ago

@phanrahan can you remind me what rol and ror are?

@rdaly525 planning to include min, max, and abs as primitives? Or should I define them in terms of the existing primitives

phanrahan commented 6 years ago

rol is rotate left, ror is rotate right.