Tim Northover
2015-Mar-21 03:06 UTC
[LLVMdev] Mul & div support for wider-than-legal types
> mul can be inlined easily if necessary for arbitrary sizes, but div is very expensive.Shall I file a bug for "implement FFT in LLVM"? Tim.
Joerg Sonnenberger
2015-Mar-21 15:41 UTC
[LLVMdev] Mul & div support for wider-than-legal types
On Fri, Mar 20, 2015 at 08:06:11PM -0700, Tim Northover wrote:> > mul can be inlined easily if necessary for arbitrary sizes, but div is very expensive. > > Shall I file a bug for "implement FFT in LLVM"?I didn't say it is the most efficient algorithm :) That's why I asked about the purpose. Joerg
Paweł Bylica
2015-Mar-22 15:18 UTC
[LLVMdev] Mul & div support for wider-than-legal types
On Sun, Mar 22, 2015 at 5:57 AM Joerg Sonnenberger <joerg at britannica.bec.de> wrote:> On Fri, Mar 20, 2015 at 08:06:11PM -0700, Tim Northover wrote: > > > mul can be inlined easily if necessary for arbitrary sizes, but div is > very expensive. > > > > Shall I file a bug for "implement FFT in LLVM"? > > I didn't say it is the most efficient algorithm :) That's why I asked > about the purpose. > > Joerg >Can you suggest an algorithm and implementation then? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150322/e2acadd4/attachment.html>