Intel® 高层次综合编译器专业版Pro版: 参考手册

ID 683349
日期 12/04/2023
Public
文档目录

B.4. hls_float.h头文件提供的数学函数

添加hls_float.h头文件后会添加对以下任意精度浮点(hls_float.h)数据类型函数的支持:
  • Arithmetic operators: +,-, *,/
  • Arithmetic assignment operators: =, +=, -=, *=, /=
  • Comparison operators: >, <, ==, !=, >=, <=
  • Unary operators: +(), -(), abs()
  • Explicit functions: add(a, b), sub(a, b), mul(a, b), div(a, b)