Hi,
sorry for being late into the discussion.
Couldn't Intel Decimal Floating-Point Math Library be used?
It seems to be using a BSD license.
http://www.netlib.org/misc/intel/
Laurent
Thank you, Eric, for the clarification.
On 04/14/2014 09:23 AM, Eric Blake wrote:
> On 04/14/2014 09:18 AM, Tom Musta wrote:
>>
>> I am trying to make sense of the contents of the QEMU LICENSE file which
>> states this:
>>
>> "1) QEMU as a whole is released under the GNU General Public License,
>> version 2."
>>
>> but then late
On 04/14/2014 09:18 AM, Tom Musta wrote:
>
> I am trying to make sense of the contents of the QEMU LICENSE file which
> states this:
>
> "1) QEMU as a whole is released under the GNU General Public License,
> version 2."
>
> but then later states this:
>
> "As of July 2013, contrib
On 4/11/2014 11:16 AM, Alexander Graf wrote:
>
> On 11.04.14 18:12, Tom Musta wrote:
>> On 4/11/2014 10:31 AM, Alexander Graf wrote:
>>> I don't think this is possible. Libdecnumber is GPLv3+ code while QEMU
>>> overall is licensed at GPLv2 only. Gotta love licenses...
>>>
>>> Is there an older,
On 4/11/2014 10:31 AM, Alexander Graf wrote:
> I don't think this is possible. Libdecnumber is GPLv3+ code while QEMU
> overall is licensed at GPLv2 only. Gotta love licenses...
>
> Is there an older, GPLv2 licensed version available?
Interesting timing I was just about to put out a complet
On 11.04.14 18:12, Tom Musta wrote:
On 4/11/2014 10:31 AM, Alexander Graf wrote:
I don't think this is possible. Libdecnumber is GPLv3+ code while QEMU overall
is licensed at GPLv2 only. Gotta love licenses...
Is there an older, GPLv2 licensed version available?
Interesting timing I was
On 13.03.14 16:12, Tom Musta wrote:
This patch series provides a prototype of Decimal Floating Point (DFP)
instruction
support in QEMU. The topic was briefly discussed here:
http://lists.nongnu.org/archive/html/qemu-ppc/2014-02/msg00129.html
I. Overview
The core of the DFP model is a librar