From owner-svn-src-all@freebsd.org Mon Dec 21 20:57:29 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6C69A4EA45; Mon, 21 Dec 2015 20:57:29 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp004.me.com (mr11p00im-asmtp004.me.com [17.110.69.135]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B49891DE3; Mon, 21 Dec 2015 20:57:29 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from [172.17.133.77] (dip-cali.panasas.com [64.80.217.3]) by mr11p00im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0NZQ00EJP7JMCF20@mr11p00im-asmtp004.me.com>; Mon, 21 Dec 2015 20:57:23 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-12-21_14:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1512210376 User-Agent: Microsoft-MacOutlook/0.0.0.151105 Date: Mon, 21 Dec 2015 12:57:22 -0800 Subject: Re: svn commit: r292528 - head/sys/x86/include From: Ravi Pokala Sender: "Pokala, Ravi" To: "Conrad E. Meyer" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-id: <9D7D1132-ED42-4F37-BEFD-AD62FB6321C7@panasas.com> Thread-topic: svn commit: r292528 - head/sys/x86/include References: <201512210442.tBL4gw6T007629@repo.freebsd.org> In-reply-to: <201512210442.tBL4gw6T007629@repo.freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 20:57:29 -0000 -----Original Message----- From: on behalf of "Conrad E. Meyer" Date: 2015-12-20, Sunday at 20:42 To: , , Subject: svn commit: r292528 - head/sys/x86/include >Author: cem >Date: Mon Dec 21 04:42:58 2015 >New Revision: 292528 >URL: https://svnweb.freebsd.org/changeset/base/292528 > >Log: > x86: Add CPUID_STDEXT_* macros for CPU feature bits > > A follow-up to r292478 and r292488. Hi Conrad, Between those two changes, you added recognition for CLWB, PCOMMIT, AVX512DQ, AVX512IFMA, AVX512BW, and AVX512VBMI; this change adds macros for the first five, but it looks like you forgot about AVX512VBMI. -Ravi (rpokala@)