From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A50F3851AA6; Tue, 13 Sep 2022 07:30:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A50F3851AA6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663054244; bh=tEPlfTRbAZF6ye5We97uRTrSCodno6Sl2S+k+ie/qYc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xde0qEj3PnBYSgw+oWGYXW7PGllxAVVS1QpRVf80GnIOogLpigW7WGahoYRVWrUYI P1t4H95PBurHH8F6hbZWebl4Zuj6kj8XuswEoSz8iz2yrWdk2KzNMmqL+TebiI3fcI 1EXQcBjNXwl/63oX5h5a3Orf3czp2x9XjX0eU/rU= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106910] roundss not vectorized Date: Tue, 13 Sep 2022 07:30:44 +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 #3 from Hongtao.liu --- > The backend should modernize itself, get rid of the > ix86_builtin_vectorized_function parts for those functions and instead re= ly > on define_expands with vector modes. Indeed, let me do it.=