From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C1E53858C20; Fri, 21 Apr 2023 07:03:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C1E53858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682060612; bh=vLHRiERGmPkBP7vVwhYWex98y1zeTFLq1JH81XcyhFE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s09XqO8JwKXxTLBuyjftsSj5Byk/F0ByYYjLQkMcr74XVZzGA/FwDc3JeSiarTPc8 R61K6uxIiPzUUJwI9Wwg53BEm/KLRGa6wL25phvlXxhk25eHAl5uZ2MQl3NjWPRt+A WFwKJERGeky9wR/Zp6LaZFFsSlHaY8WVGX3UHjqw= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109544] implicit declaration of function '__riscv_vsseg4e8_v_i8mf8' Date: Fri, 21 Apr 2023 07:03:31 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D109544 --- Comment #3 from JuzheZhong --- Hi, I have supported the latest segment intrinsics api in these following patches which are already reviewed by kito: https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615811.html https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616190.html https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616367.html I think they will be merged into trunk. But not sure whether kito is planning to backport them to GCC-13. Wait for Kito's comments. Thanks=