mirror of
https://github.com/opencv/opencv.git
synced 2025-06-25 05:32:14 +08:00
Drop float16_t alias in 5.x after 4.x merge.
This commit is contained in:
parent
db3e5620cd
commit
7c966efcad
@ -933,10 +933,6 @@ inline hfloat hfloatFromBits(ushort w) {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(__OPENCV_BUILD) && !(defined __STDCPP_FLOAT16_T__) && !(defined __ARM_NEON)
|
|
||||||
typedef hfloat float16_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class bfloat
|
class bfloat
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user