Expand description
Program instructions, used for end-to-end testing and instruction counts
Enums§
- Math
Instruction - Instructions supported by the math program, used for testing instruction counts
Functions§
- f32_
divide - Create F32 Division instruction
- f32_
exponentiate - Create F32 Exponentiate instruction
- f32_
multiply - Create F32 Multiplication instruction
- f32_
natural_ log - Create F32 Natural Log instruction
- f32_
normal_ cdf - Create F32 Normal CDF instruction
- f64_
divide - Create F64 Division instruction
- f64_
multiply - Create F64 Multiplication instruction
- f64_pow
- Create F64Pow instruction
- noop
- Create Noop instruction
- precise_
sqrt - Create PreciseSquareRoot instruction
- sqrt_
u64 - Create U64 SquareRoot instruction
- sqrt_
u128 - Create U128 SquareRoot instruction
- u64_
divide - Create U64 Division instruction
- u64_
multiply - Create U64 Multiplication instruction
- u128_
divide - Create U128 Division instruction
- u128_
multiply - Create U128 Multiplication instruction