mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 09:25:11 +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
|
// 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 <assert.h>
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
|
|
Loading…
Reference in a new issue