Skip to content

Commit

Permalink
Update zasum_microk_skylakex-2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jul 29, 2023
1 parent 9f68475 commit ebb447e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/x86_64/zasum_microk_skylakex-2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifdef __NVCOMPILER
#define NVCOMPVERS ( __NVCOMPILER_MAJOR__ * 100 + __NVCOMPILER_MINOR__ )
#endif
#if (( defined(__GNUC__) && __GNUC__ > 6 && defined(__AVX512CD__)) || (defined(__clang__) && __clang_major__ >= 9)) || (defined(__NVCOMPILER) && NVCOMPVERS >= 2309 )
#if ((( defined(__GNUC__) && __GNUC__ > 6 && defined(__AVX512CD__)) || (defined(__clang__) && __clang_major__ >= 9)) || (defined(__NVCOMPILER) && NVCOMPVERS >= 2309))

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

Expand Down

0 comments on commit ebb447e

Please sign in to comment.