cuda: fix fp16 compilation

This commit is contained in:
Alexander Alekhin 2016-09-30 23:55:39 +03:00
parent 63280767f1
commit 12e00827be

View File

@ -307,7 +307,8 @@ enum CpuFeatures {
#define CV_2PI 6.283185307179586476925286766559
#define CV_LOG2 0.69314718055994530941723212145818
#if defined (__ARM_FP16_FORMAT_IEEE)
#if defined __ARM_FP16_FORMAT_IEEE \
&& !defined __CUDACC__
# define CV_FP16_TYPE 1
#else
# define CV_FP16_TYPE 0