Skip to content

Commit

Permalink
Merge pull request opencv#8494 from tomoaki0705:fixWarningCuda
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Mar 31, 2017
2 parents 1c53595 + 507071c commit b67382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/include/opencv2/core/fast_math.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# include "tegra_round.hpp"
#endif

#if defined __GNUC__ && defined __arm__ && (defined __ARM_PCS_VFP || defined __ARM_VFPV3__ || defined __ARM_NEON__) && !defined __SOFTFP__
#if defined __GNUC__ && defined __arm__ && (defined __ARM_PCS_VFP || defined __ARM_VFPV3__ || defined __ARM_NEON__) && !defined __SOFTFP__ && !defined(__CUDACC__)
// 1. general scheme
#define ARM_ROUND(_value, _asm_string) \
int res; \
Expand Down

0 comments on commit b67382c

Please sign in to comment.