Re: [Emc-developers] round is unused math variable?

2019-11-01 Thread Alec Ari via Emc-developers
Thanks Andy! I will add round into musl libm kernel space. Alec ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] round is unused math variable?

2019-11-01 Thread andy pugh
On Fri, 1 Nov 2019 at 04:04, Alec Ari via Emc-developers wrote: > One of the things I noticed in LinuxCNC is that in src/rtapi/rtapi_math.h > there is this line: > extern double round(double); > But this apparently isn't used anywhere. If you comment it out, nothing > happens (it _will_ fail if

[Emc-developers] round is unused math variable?

2019-10-31 Thread Alec Ari via Emc-developers
Hi, I'm doing the finishing touches on a new RTAI branch that will eventually get merged into the `master` branch. One of the things I noticed in LinuxCNC is that in src/rtapi/rtapi_math.h there is this line: extern double round(double); But this apparently isn't used anywhere. If you comment it