You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dead code and ineffective optimization path form VpDivd (#379)
* Remove vpdivd optimization which is not frequetly used
It only speeds up about 3% in the best case.
About 99.98% case running the test, it won't enter to this optimization path.
* Remove unused carry logic in vpdivd
0 commit comments