Skip to content

Commit

Permalink
Re-add missing 'we mean it' header
Browse files Browse the repository at this point in the history
This got lost in commit b852584 .
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 <[email protected]>
  • Loading branch information
kkoehne committed Mar 7, 2022
1 parent 5e91f14 commit 71af0d7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/corelib/global/qsimd_x86_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions util/x86simdgen/header
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//

0 comments on commit 71af0d7

Please sign in to comment.