remove raw SSE2/NEON implementation from mathfuncs.cpp
authorTomoaki Teshima <tomoaki.teshima@gmail.com>
Sat, 14 Oct 2017 15:24:31 +0000 (00:24 +0900)
committerTomoaki Teshima <tomoaki.teshima@gmail.com>
Sat, 14 Oct 2017 15:24:31 +0000 (00:24 +0900)
commit2a781bb6164e14086dcae7d392a69ac883478e13
tree0666627fc2114f02e32b9eb780689b2648326504
parent69103a9fab13d81c41f37806a37ff56c37dae204
remove raw SSE2/NEON implementation from mathfuncs.cpp
  * replace the implementation by universal intrinsic
  * make sure no degradation happens on ARM platform
modules/core/src/mathfuncs.cpp