From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC3723857C4D; Thu, 22 Sep 2022 07:52:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC3723857C4D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663833172; bh=xTlK1WjY9Nal5vXKjUjIuEl83AWYlF4m0qRwtFWRL+A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pwbz7oi5vO+76M9NjRnvmfTcZBWRTDPRUcfKvqOG8jk8vJV4EU9o/hNJ63IZN6L5f xSuxTGZnriSdKB6SgCxfS/g/2AAAR8gzHZvpW81kB6ISDQ//SLBLL5OxywfsYeRd0r cisCAWdupuYTtQYFiEEJ81wFG5Giyqih8ydaIevw= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106910] roundss not vectorized Date: Thu, 22 Sep 2022 07:52:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: crazylht at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106910 --- Comment #13 from Hongtao.liu --- (In reply to Pilar Latiesa from comment #12) > Wouldn't it make sense for scalar and vector versions to be affected by t= he > same options? I guess the reason is we don't have __builtin_floorf for vector version, and that option is only apply to direct call for builtin function. I'm not sure should we apply that to internal fn either(to make vector vers= ion behave the same as scalar version).=