1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #25429 from asmorkalov:as/drop_float16_t

Drop float16_t alias in 5.x after 4.x merge
This commit is contained in:
Alexander Smorkalov
2024-04-17 12:40:07 +03:00
committed by GitHub
@@ -933,10 +933,6 @@ inline hfloat hfloatFromBits(ushort w) {
#endif
}
#if !defined(__OPENCV_BUILD) && !(defined __STDCPP_FLOAT16_T__) && !(defined __ARM_NEON)
typedef hfloat float16_t;
#endif
class bfloat
{
public: