CVS commit: src/lib/libm/arch/i387

2024-11-23 Thread Taylor R Campbell
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

CVS commit: src/lib/libm/arch/i387

2024-11-23 Thread Taylor R Campbell
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

Re: CVS commit: src/lib/libm/arch/i387

2011-06-20 Thread tsugutomo . enami
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

Re: CVS commit: src/lib/libm/arch/i387

2011-06-20 Thread Matthias Drochner
jo...@britannica.bec.de said: > why do you think it is incorrect? You just did an unifdef. best regards Matthias ---

Re: CVS commit: src/lib/libm/arch/i387

2011-06-20 Thread Joerg Sonnenberger
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

Re: CVS commit: src/lib/libm/arch/i387

2011-06-19 Thread tsugutomo . enami
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

Re: CVS commit: src/lib/libm/arch/i387

2011-06-18 Thread Christos Zoulas
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