Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This function did two things unnecessarily: * Convert blade reps to base rep before calling mul. This is already handled within `mul`, so there's no need to do it again at the call site. * Branch depending on the mode string - this branching is already handled by `Mul`
- Loading branch information