Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosShinji committed Apr 24, 2024
1 parent a95e042 commit f3976a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bestla/bestla/bestla_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
#define CompileAMXINT8() 0
#endif


#if defined(_MSC_VER) && defined(__INTEL_LLVM_COMPILER)
#define CompileAVX512F() defined(__AVX512F__)
#define CompileAVX2() defined(__AVX2__) && defined(__F16C__) && defined(__FMA__)
Expand All @@ -91,7 +90,6 @@
#define CompileAMXINT8() (CompileAMX())
#endif


#include <immintrin.h>

namespace bestla {
Expand Down

0 comments on commit f3976a7

Please sign in to comment.