From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C1B573858D1E; Wed, 21 Dec 2022 07:57:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1B573858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671609467; bh=GrBlHJz0MVqaBo5jRmhfBoUT0fME0l/iOZX1swCJfMU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GyVVDgjOUcw4grTnh+xKsMN4nwmbwMUNyn4GaPm4LGVPjw6jxpaimrBQT2Aw64f+r 4Q/o+hvaphhduuhJhJsdZ5mkZEPztiOXLe74sEraZd/payKcjKrdVhIOb6ZVnInPRW tcfaQ5Qg7wxHkZgruPCkaXM5VwYR9GlUQF9XXgsQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108191] Add support to usage of *intrin.h without -mavx512f -mavx512cd Date: Wed, 21 Dec 2022 07:57:47 +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: enhancement X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX 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: bug_severity resolution bug_status 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=3D108191 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED --- Comment #3 from Richard Biener --- I suppose the issue will be that __attribute__((target)) isn't supported by MSVC? But indeed this isn't something we are going to support. Note anoth= er way is to put the functions into different translation units.=