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
Loop unrolling improved performance of eval_internal by about a factor of 2. Currently loop unrolling is done manually up to degree 20. Automatic unrolling with a macro would be more convenient and less error prone.