Skip to content
Snippets Groups Projects
Commit aef8dd63 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

CxxUtils: Small fix needed for cudacc tests.

Small fix needed for cudacc tests.
parent cc4c8b3c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
/// Do we have function multiversioning?
#if defined(__GNUC__) && !defined(__clang__) && !defined(__ICC) && !defined(__COVERITY__)
#if defined(__GNUC__) && !defined(__clang__) && !defined(__ICC) && !defined(__COVERITY__) && !defined(__CUDACC__)
# define HAVE_FUNCTION_MULTIVERSIONING 1
#else
# define HAVE_FUNCTION_MULTIVERSIONING 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment