Date: Wed, 15 Mar 2017 10:58:59 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 214258] devel/openmp: spurious libm dependency Message-ID: <bug-214258-29464-mYxwDYMKXI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214258-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-214258-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214258 --- Comment #10 from Konstantin Belousov <kib@FreeBSD.org> --- (In reply to Jan Beich (mail not working) from comment #9) Why it should ? The symbols like __divdc3 are referenced by a compiler-generated code, for instance the __divdc3 definition is complex double __divdc3 (double a, double b, double c, double d) with the semantic of return ((a + i * b) / (c + i * d)), where i is imagina= ry one. The source code should contain complex division operation, not __divd= c3 call, to get the reference. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214258-29464-mYxwDYMKXI>