search for: yakushkin

Displaying 4 results from an estimated 4 matches for "yakushkin".

Did you mean: yakoushkin
2012 Feb 08
2
[LLVMdev] Fixed-point arithmetic
Hi all, Is there any ongoing work in LLVM/Clang to support fixed-point arithmetic as described in ISO/IEC TR 18037 ? It seems that gcc has support for it since 2007 and it would be useful for us to add such support. Just to get an idea if we decide to work on this, how long would it take to get it implemented ? Regards, Ivan
2012 Feb 08
0
[LLVMdev] Fixed-point arithmetic
On Wed, Feb 8, 2012 at 3:39 AM, Ivan Llopard <ivanllopard at gmail.com> wrote: > Hi all, > > Is there any ongoing work in LLVM/Clang to support fixed-point > arithmetic as described in ISO/IEC TR 18037 ? No. > It seems that gcc has support for it since 2007 and it would be useful > for us to add such support. > Just to get an idea if we decide to work on this, how long
2013 Aug 10
2
[LLVMdev] Fixed-point arithmetic
...t support > (ISO/IEC TR 18037) in the meantime? > http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1275.pdf > > Particularly: > 1) named address space type qualifiers (can be nested) > 2) fract/accum data types > 3) sat (saturation) type specifier > > Regards, > Sergey Yakushkin > > > > On Wed, Feb 8, 2012 at 4:05 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > >> On Wed, Feb 8, 2012 at 3:39 AM, Ivan Llopard <ivanllopard at gmail.com> >> wrote: >> > Hi all, >> > >> > Is there any ongoing work in LLVM/Cl...
2013 Jun 11
2
[LLVMdev] how to opt -load on cygwin
...ss: ... LOADABLE_MODULE=1 include $(LEVEL)/Makefile.common LIBS+=-Lpath-to-LLVM -lcygLLVM-3.4svn I'm able to build the mypass.dll which is linked against cygLLVM-3.4svn.dll. However, opt load still fails (has no effect). Are opt plugins still supported for Cygwin target? Kind Regards, Sergey Yakushkin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130611/b0e24866/attachment.html>