amirgholami / accfft

A Massively Parallel FFT Library for CPU/GPU
http://accfft.org
GNU General Public License v2.0
54 stars 18 forks source link

Remove nilpotent expressions #6

Closed jeffhammond closed 8 years ago

jeffhammond commented 8 years ago

I removed three sets of 0*something expressions.

In one case, this rendered a loop trivial (trip count of 1, with index of 0), so I removed it.

As with #5, I have not tested these changes.