Re: float-to-short conversion

2019-11-17 Thread CEL
You are _NOT_ an idiot. There were serious bugs in the generic implementation of several of the type conversion kernels. Best regards, Marcus On Sun, 2019-11-17 at 12:20 -0500, Marcus D Leech wrote: > Thanks Ron. > > I did some more testing, and it appears to indicate that I’m an > idiot. I won

Re: float-to-short conversion

2019-11-17 Thread Marcus D Leech
Thanks Ron. I did some more testing, and it appears to indicate that I’m an idiot. I won’t go into the sordid details. Sent from my iPhone > On Nov 17, 2019, at 6:17 AM, Ron Economos wrote: > > It's pretty easy to test for Volk issues. Just edit the ~/.volk/volk_config > file and change

Re: float-to-short conversion

2019-11-17 Thread Ron Economos
It's pretty easy to test for Volk issues. Just edit the ~/.volk/volk_config file and change the volk_32f_s32f_convert_16i line to generic for both alignments. On my older box, volk_config has u_avx for both alignments (and that works correctly). Ron On 11/16/19 17:55, Marcus D. Leech wrote: