From 71af0d7059d47a199e1d26de6573d6a5038caa30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 23 Feb 2022 12:34:11 +0100 Subject: [PATCH] Re-add missing 'we mean it' header This got lost in commit b852584556bec3750bad7fac984b6fc5af4c870f . 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 --- src/corelib/global/qsimd_x86_p.h | 11 +++++++++++ util/x86simdgen/header | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/corelib/global/qsimd_x86_p.h b/src/corelib/global/qsimd_x86_p.h index 421b44b11e..0e188f0189 100644 --- a/src/corelib/global/qsimd_x86_p.h +++ b/src/corelib/global/qsimd_x86_p.h @@ -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 diff --git a/util/x86simdgen/header b/util/x86simdgen/header index 163f045408..7d0ace15bb 100644 --- a/util/x86simdgen/header +++ b/util/x86simdgen/header @@ -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. +//