Skip to content

Commit

Permalink
Remove old assert in trig.cl
Browse files Browse the repository at this point in the history
  • Loading branch information
preda committed Dec 24, 2024
1 parent 3737df5 commit 6ddbb31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cl/trig.cl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ double2 reducedCosSin(int k, double cosBase) {
}

double2 fancyTrig_N(u32 k) {
assert(k <= n / 8);
return reducedCosSin(k, 0);
}

Expand Down

0 comments on commit 6ddbb31

Please sign in to comment.