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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214258 --- 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 imaginary one. The source code should contain complex division operation, not __divdc3 call, to get the reference. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214258-29464-mYxwDYMKXI>
