Closed itdaniher closed 11 years ago
I think Rust has some SIMD types built in. I wonder if we could use these.
Awesome! We should put the test FFT code in the repo to make sure it keeps working.
On Tue, Oct 29, 2013 at 4:01 PM, Ian Daniher notifications@github.comwrote:
Confirmed that complex::Complex32 works! Test codehttp://itdaniher.com/p?eXLEworks using a fft http://itdaniher.com/p?rCcz kernel.
— Reply to this email directly or view it on GitHubhttps://github.com/luqmana/rust-opencl/issues/14#issuecomment-27337996 .
@itdaniher: is it safe to close this bug now?
Yep!
Thanks! On Nov 4, 2013 1:38 PM, "Ian Daniher" notifications@github.com wrote:
Closed #14 https://github.com/luqmana/rust-opencl/issues/14.
— Reply to this email directly or view it on GitHubhttps://github.com/luqmana/rust-opencl/issues/14 .
It's a packed struct of 32b floats. I'm pretty sure it's the same format as Complex32, which would be convenient, but haven't verified.