update convertFp16 using CV_CPU_CALL_FP16
authorTomoaki Teshima <tomoaki.teshima@gmail.com>
Tue, 6 Jun 2017 13:26:51 +0000 (22:26 +0900)
committerTomoaki Teshima <tomoaki.teshima@gmail.com>
Tue, 6 Jun 2017 13:26:51 +0000 (22:26 +0900)
commite269ef96cb7bd77edad12a30963b1c97c08875e8
tree273840bd723d1ee6f2fe17123b41629c68f38727
parent15a2c7724da7e6a45d87768e992fda1f58f406c6
update convertFp16 using CV_CPU_CALL_FP16
 * avoid link error (move the implementation of software version to header)
 * make getConvertFuncFp16 local (move from precomp.hpp to convert.hpp)
 * fix error on 32bit x86
modules/core/src/convert.cpp
modules/core/src/convert.fp16.cpp [new file with mode: 0644]
modules/core/src/convert.hpp [new file with mode: 0644]
modules/core/src/precomp.hpp