Re-add missing 'we mean it' header

This got lost in commit b852584556 .
Also augment util/x86simdgen/header so that the header is
automatically included when qsimd_x86_p.h is re-generated.

Change-Id: I3e59b983f78b8c1aced3757e1aa5dceb6d653d97
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Kai Köhne 2022-02-23 12:34:11 +01:00
parent 5e91f142aa
commit 71af0d7059
2 changed files with 21 additions and 0 deletions

View File

@ -37,6 +37,17 @@
**
****************************************************************************/
//
// W A R N I N G
// -------------
//
// This file is not part of the Qt API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
// This is a generated file. DO NOT EDIT.
// Please see 3rdparty/x86simd_generate.pl
#ifndef QSIMD_X86_P_H

View File

@ -37,3 +37,13 @@
**
****************************************************************************/
//
// W A R N I N G
// -------------
//
// This file is not part of the Qt API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//