Hi, is there any work ongoing in the area of fix-point support for LLVM? If not, what would be required to implement it? /Jonas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101022/93cc14b4/attachment.html>
Hi Jonas,> is there any work ongoing in the area of fix-point support for LLVM?not as far as I know.> If not, what would be required to implement it?I assume you are talking about support for fixed point in the clang front-end, rather than LLVM itself, since in LLVM IR presumably it would just be represented as operations on integers, or library calls. If indeed you want clang support you should ask on the clang mailing list. Ciao, Duncan.