opencv/modules/core/include/opencv2
Tomoaki Teshima c7cb116dc0 check FP16 build condition correctly
* use __GNUC_MINOR__ in correct place to check the version of GCC
  * check processor support of FP16 at run time
  * check compiler support of FP16 and pass correct compiler option
  * rely on ENABLE_AVX on gcc since AVX is generated when mf16c is passed
  * guard correctly using ifdef in case of various configuration
  * use v_float16x4 correctly by including the right header file
2016-09-23 11:04:22 +09:00
..
core check FP16 build condition correctly 2016-09-23 11:04:22 +09:00
core.hpp Make Up 2016-08-23 22:17:30 +03:00