Skip to content

Commit

Permalink
Update casum_microk_skylakex-2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 18, 2023
1 parent 3b90713 commit b2b10a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/x86_64/casum_microk_skylakex-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#endif
#if ((( defined(__GNUC__) && __GNUC__ > 6 && defined(__AVX512CD__)) || (defined(__clang__) && (__clang_major__ >= 9 &&__clang_major__ !=17)) || ( defined(__NVCOMPILER) && NVCOMPVERS >= 2309)))

#if (!(defined(__NVCOMPILER) )
#if (!(defined(__NVCOMPILER) ))
//&& NVCOMPVERS < 2309))

#define HAVE_CASUM_KERNEL 1
Expand Down

0 comments on commit b2b10a6

Please sign in to comment.