Re: [systemd-devel] [PATCH] timesync: remove square(), use pow instead

2014-12-25 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Dec 23, 2014 at 05:52:51PM -0300, Cristian Rodríguez wrote: In any case, the compiler generates the same code inline and never actually calls the library function. Applied. Zbyszek ___ systemd-devel mailing list

[systemd-devel] [PATCH] timesync: remove square(), use pow instead

2014-12-23 Thread Cristian Rodríguez
In any case, the compiler generates the same code inline and never actually calls the library function. --- src/timesync/timesyncd-manager.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/timesync/timesyncd-manager.c b/src/timesync/timesyncd-manager.c index