mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
time to embrace #pragma once
This commit is contained in:
parent
d196187187
commit
2944a44b28
17 changed files with 17 additions and 55 deletions
4
avx2.hh
4
avx2.hh
|
|
@ -4,8 +4,7 @@ Intel AVX2 acceleration
|
|||
Copyright 2018 Ahmet Inan <inan@aicodix.de>
|
||||
*/
|
||||
|
||||
#ifndef AVX2_HH
|
||||
#define AVX2_HH
|
||||
#pragma once
|
||||
|
||||
#include <immintrin.h>
|
||||
|
||||
|
|
@ -1135,4 +1134,3 @@ inline SIMD<int64_t, 4> vclamp(SIMD<int64_t, 4> x, int64_t a, int64_t b)
|
|||
return tmp;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue