From owner-freebsd-tcltk@freebsd.org Fri Sep 9 00:32:08 2016 Return-Path: Delivered-To: freebsd-tcltk@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B593BD1A3F for ; Fri, 9 Sep 2016 00:32:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 75978A9A for ; Fri, 9 Sep 2016 00:32:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 74E5DBD1A3E; Fri, 9 Sep 2016 00:32:08 +0000 (UTC) Delivered-To: tcltk@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74926BD1A3D for ; Fri, 9 Sep 2016 00:32:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64F5FA99 for ; Fri, 9 Sep 2016 00:32:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u890W8WP084289 for ; Fri, 9 Sep 2016 00:32:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: maintainer-feedback requested: [Bug 212512] lang/tcl86: remove unnecessary use of fpsetround Date: Fri, 09 Sep 2016 00:32:08 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tcltk@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-tcltk@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Tcl/Tk discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 00:32:08 -0000 Ed Maste has reassigned Bugzilla Automation 's request for maintainer-feedback to tcltk@FreeBSD.o= rg: Bug 212512: lang/tcl86: remove unnecessary use of fpsetround https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212512 --- Description --- Created attachment 174566 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174566&action= =3Dedit add patch file to remove fpsetround use in tcl fpsetround is non-standard and is not provided on arm64 or riscv. On other architectures where fpsetround does exist, fpsetround(FP_RN) just sets the rounding mode to the already-set default, so it serves no purpose.