From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by sourceware.org (Postfix) with ESMTPS id AA0A23856972 for ; Thu, 13 Jul 2023 06:33:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AA0A23856972 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689229989; x=1720765989; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=pH64FRsvbSztbKfP1FD+yogTPCz8a3EOvBceV/pxiuM=; b=nbzdnJeqRb8Y4qzy3VRTpgfAgi9CUnP/Le24kY/rbqoso9RZvMq5Jin9 G9dMgbzkVZm5gxeiAh3nrjyDRnln4yjmuPLVKdpbgqE9I2HEmq6ihdEEf YTLYm824etBxJs9PE6M2y86w/Vn06n52f+hYEiwezaOViiEV72F9nEP64 h++bMIbjk2Cc5XdLsi0obkbfCv9+od6CNO+1J+K3AmehodBgEpYnYom/T Ey/NXDeINrRQgwOyqdy6UrOJqmsA4GTWpV0GOEO4XNTs9LytPsz8NKjYY o6RFWZR0SCz0htJkeUeiNhNssSNNXR63E0nuy2ZWerjCGdp57ROS5L34w w==; X-IronPort-AV: E=McAfee;i="6600,9927,10769"; a="431253749" X-IronPort-AV: E=Sophos;i="6.01,201,1684825200"; d="scan'208";a="431253749" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2023 23:33:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10769"; a="791914380" X-IronPort-AV: E=Sophos;i="6.01,201,1684825200"; d="scan'208";a="791914380" Received: from shvmail03.sh.intel.com ([10.239.245.20]) by fmsmga004.fm.intel.com with ESMTP; 12 Jul 2023 23:33:06 -0700 Received: from shliclel4217.sh.intel.com (shliclel4217.sh.intel.com [10.239.240.127]) by shvmail03.sh.intel.com (Postfix) with ESMTP id 66BF410056EF; Thu, 13 Jul 2023 14:33:05 +0800 (CST) From: Haochen Jiang To: binutils@sourceware.org Cc: jbeulich@suse.com, hjl.tools@gmail.com, amodra@gmail.com Subject: [PATCH 0/5] Support Intel Arrow Lake/Lunar Lake ISAs Date: Thu, 13 Jul 2023 14:32:58 +0800 Message-Id: <20230713063303.205862-1-haochen.jiang@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi all, These five patches aimed to add Intel Arrow Lake/Lunar Lake instructions, including AVX-VNNI-INT16, SHA512, SM3, SM4 and PBNDKB. The information is based on newly released Intel Architecture Instruction Set Extensions and Future Features. The document comes following: https://www.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html Regtested on x86_64-pc-linux-gnu. In our previous new ISA patches, it might fail on x86_64-w64-mingw32 but I have no such machines to test with. Alan, could you have a look at the testcases see if there is any potential problems? BRs, Haochen