Module Name:src
Committed By: riastradh
Date: Sun Nov 24 04:23:44 UTC 2024
Added Files:
src/lib/libm/arch/i387: m387.expsym
Log Message:
libm387: Add (intentionally empty!) exported symbol list.
This library has been an empty stub since 2008, probably won't serve
any usef
Module Name:src
Committed By: riastradh
Date: Sun Nov 24 04:23:44 UTC 2024
Added Files:
src/lib/libm/arch/i387: m387.expsym
Log Message:
libm387: Add (intentionally empty!) exported symbol list.
This library has been an empty stub since 2008, probably won't serve
any usef
Joerg Sonnenberger writes:
> On Mon, Jun 20, 2011 at 11:25:34AM +0900, tsugutomo.en...@jp.sony.com wrote:
>> Joerg Sonnenberger writes:
>>
>> > Log Message:
>> > Switch to SSE code, since our gas supports it now.
>> >
>> >
>> > To generate a diff of this commit:
>> > cvs rdiff -u -r1.6 -r1.7 sr
jo...@britannica.bec.de said:
> why do you think it is incorrect?
You just did an unifdef.
best regards
Matthias
---
On Mon, Jun 20, 2011 at 11:25:34AM +0900, tsugutomo.en...@jp.sony.com wrote:
> Joerg Sonnenberger writes:
>
> > Log Message:
> > Switch to SSE code, since our gas supports it now.
> >
> >
> > To generate a diff of this commit:
> > cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/i387/s_copysign.S
> > c
Joerg Sonnenberger writes:
> Log Message:
> Switch to SSE code, since our gas supports it now.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/i387/s_copysign.S
> cvs rdiff -u -r1.5 -r1.6 src/lib/libm/arch/i387/s_copysignf.S
Is the change done in s_copysignf
In article <20110618181640.cff9717...@cvs.netbsd.org>,
Joerg Sonnenberger wrote:
>
>+#define ARG_LONG_DOUBLE_ONE 4(%rsp)
>+#define ARG_LONG_DOUBLE_TWO 16(%rsp)
> #define ARG_DOUBLE_ONE4(%esp)
> #define ARG_DOUBLE_ONE_LSW4(%esp)
> #define ARG_DOUBLE_ONE_MSW8(%esp)
Shou