similar to: [LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037

Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037"

2013 Jun 02
1
[LLVMdev] Language Construction and IDE Kit
Hi, Is to possible to have a language construction and IDE integration kit for LLVM so that LLVM / Clang can be used for Meta Programming and defining new languages and DSLs. The definition of grammar, parsing, debugging, lint checking and IDE integration should be seamless and easy to use for a novice. Suminda -- Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond.,
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
LLVM does not support IEEE decimal-floating point. If by “fixed point arithmetic” you are asking about associating a scale factor with a variable/value, and doing the correct scaling for arbitrary arithmetic… LLVM doesn’t do that either. It’s a rare IR that even has the concept. The OpenVMS GEM compilers supported it (along with other special features for COBOL), but I’m not aware of any
2013 May 23
0
[LLVMdev] More User Friendly Tool Chain perhaps Through a DSL
Hi, LLVM is very useful but I am wondering if there is an interest in creating a full tool chain for language definition and compilation with IDE integration support (to be used by IDE implimenter) using a DSL perhaps using insights from projects like xtext (http://www.eclipse.org/Xtext/) and MPS (http://www.jetbrains.com/mps/). Perhaps you could use MPS code base to be able to have it translated
2013 Jun 03
0
[LLVMdev] Front End & Language Development Kit
Hi, Is it possible to develop a LLVM front end development kit which support easy language definition and creation with IDE integration like Eclipse Xtext, JetBrains MPS. All the needed C++ integration code should be easily created through the kit. Some other similar projects from which you can get ideas are DMS Software Reengineering Toolkit, Rascal MPL, TXL, ROSE, Coccinelle, etc. where some
2013 Jun 22
1
[LLVMdev] LLVM Frontend Construction / Developer Kit
Hi, LLVM is very impressive in the back end but to allow wider adaptation it will need a user friendly front end developer kit with parsers and lexers with easy grammar definition. There are piecemeal solutions out there but best is to have one unified simple solution with IDE integration plugins. Suminda -- Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond., P.G.Dip.
2013 Sep 09
2
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
These features can find use in embedded micro controllers and situation where you do not want rounding errors. x86 and ppc sound like Intel and Power PC specific. Of course once introduced some one must maintain it. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130910/8cff2269/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
On 9 September 2013 20:21, Suminda Dharmasena <sirinath at sakrio.com> wrote: > These features can find use in embedded micro controllers and situation > where you do not want rounding errors. Not until someone comes up with a language specifying them (or at least a highly suspect variant of C specifying them) they can't. Tim.
2014 May 10
4
[LLVMdev] Replacing Platform Specific IR Codes with Generic Implementation and Introducing Macro Facilities
Hi, This might sound a bit controversial at this stage of maturity for LLVM. Can the community consider deprecating architecture specific features which has come into the IR and replacing them with more generic IR codes. Also some form of powerful macro facility which supports platform specific macros which can be used to expand generic IRs to a set of IRs which might have equivalent results and
2014 Jun 22
2
[LLVMdev] Open Sourcing Swift
Hi, Is there any chance Swift will be open sourced? Suminda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140622/053ff22a/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
Also Q numbers format can be added for added precision. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130910/a78890c2/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
> This will come in handy if you do not have a floating point unit. Also for > speed in some cases. > > To be generic as possible it might be good to have this. The goal isn't really maximum generality, but support for languages that people care about. Currently that's mostly C and C++, with a smattering of features for some others. But features almost never get added
2013 Sep 09
5
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
Many thanks for getting back. This will come in handy if you do not have a floating point unit. Also for speed in some cases. To be generic as possible it might be good to have this. BTW, in the doc I was reading there was not mention about Quad size numbers, decimal numbers and extended precision numbers. http://llvm.org/docs/LangRef.html#type-system -------------- next part -------------- An
2015 Mar 04
1
Regarding GSoC 2015
Hi everyone, I'm Shiluka Dharmasena, 3rd year computer science and engineering undergraduate from University of Moratuwa, Sri Lanka. I'm interested to participate as a gsoc student for Xiph.Org Foundation's Icecast project. It's a great opportunity for me to get involved in an open source project and I'm keen to contribute as a developer. I went through the project ideas
2007 May 29
1
is it possible to crete a domu without network support
is it possible to crete a domu without network support hello users, Myself Dharma, new to xen,              i am trying to create a domu .I have realtek 8168SC gigabit ethernet card which is not supported by xen.it has support for rtl8169 only. is it possible to create domu without network support while i am trying to create it getting error :2049 device not found hotplug scripts missing Any
2017 Dec 02
0
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
On Fri, 1 Dec 2017, Mikael Imperatori Festa wrote: > Hi there, > I tried all the driver on the list for this UPS, but they don?t work. Could you help me please? Have you tried with apcupsd? Which protocol does apcupsd use for the Back-UPS 390 ? Roger > This e-mail message may contain confidential and/or privileged > information and is for the sole use of the intended
2017 Dec 04
0
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
On Mon, 4 Dec 2017, Mikael Imperatori Festa wrote: > driver = apcupsd > port = auto I meant the ? APC UPS Daemon ? at http://www.apcupsd.org/ Does this support your UPS unit? If so, what protocol is it using? What is the model number of your unit? BX650CI ? Roger
2017 Dec 04
0
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
On Mon, 4 Dec 2017, Mikael Imperatori Festa wrote: > I had a look on the website, but I can?t see a detailed list of supported > units. Try installing and using apcupsd. Does it work correctly with the BX700UI? Which protocol is it using? Roger
2014 Sep 30
0
[Bug 10847] New: inconsistent units should be unified and follow SI/IEC standard
https://bugzilla.samba.org/show_bug.cgi?id=10847 Summary: inconsistent units should be unified and follow SI/IEC standard Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: core AssignedTo: wayned at samba.org
2017 Dec 04
2
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
I had a look on the website, but I can?t see a detailed list of supported units. The model number is BX700UI. Best regards mikael festa The Studio, Cornfields, Portsmouth Road, Ripley, Surrey GU23 6ERt: +44 (0)1932 865 459 | e: mikael at treefrogdesign.tv <mailto:james at treefrogdesign.tv> | w: treefrogdesign.tv <http://www.treefrogdesign.tv/>This e-mail message may contain
2017 Dec 04
1
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
The server we are using is headless, I can?t install a desktop software unfortunately. That?s why I am trying to find a driver for NUT on OpenMediaVault. Best regards mikael festa The Studio, Cornfields, Portsmouth Road, Ripley, Surrey GU23 6ERt: +44 (0)1932 865 459 | e: mikael at treefrogdesign.tv <mailto:james at treefrogdesign.tv> | w: treefrogdesign.tv