Richard Guenther writes:
> On Thu, Feb 9, 2012 at 6:32 PM, Ian Lance Taylor wrote:
>> Richard Guenther writes:
>>
>>> On Wed, Feb 8, 2012 at 8:38 PM, Ian Lance Taylor wrote:
The master Go math library uses assembler code on 386 processors to take
advantage of 387 instructions. This
On Thu, Feb 9, 2012 at 6:32 PM, Ian Lance Taylor wrote:
> Richard Guenther writes:
>
>> On Wed, Feb 8, 2012 at 8:38 PM, Ian Lance Taylor wrote:
>>> The master Go math library uses assembler code on 386 processors to take
>>> advantage of 387 instructions. This patch lets gccgo do the same thing
Richard Guenther writes:
> On Wed, Feb 8, 2012 at 8:38 PM, Ian Lance Taylor wrote:
>> The master Go math library uses assembler code on 386 processors to take
>> advantage of 387 instructions. This patch lets gccgo do the same thing,
>> by compiling the math library with -funsafe-math-optimizat
On Wed, Feb 8, 2012 at 8:38 PM, Ian Lance Taylor wrote:
> The master Go math library uses assembler code on 386 processors to take
> advantage of 387 instructions. This patch lets gccgo do the same thing,
> by compiling the math library with -funsafe-math-optimizations. I also
> pass -mfancy-mat
The master Go math library uses assembler code on 386 processors to take
advantage of 387 instructions. This patch lets gccgo do the same thing,
by compiling the math library with -funsafe-math-optimizations. I also
pass -mfancy-math-387, although that is the default. It would not be
appropriate