mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 16:02:08 +02:00
Fix typo
This commit is contained in:
parent
38c87b0f08
commit
5d235f8c52
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#if defined(zz__AVX512F__)
|
||||
#if defined(__AVX512F__)
|
||||
|
||||
#include <assert.h>
|
||||
#include <immintrin.h>
|
||||
|
|
Loading…
Reference in a new issue