Skip to Content

half v2.2.0

Created
Updated

C++ library for half precision floating point arithmetics.

# Usage

half is header-only and can be used from CMake via:

find_path(HALF_INCLUDE_DIRS "half.hpp")
target_include_directories(main PRIVATE ${HALF_INCLUDE_DIRS}) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Weihang Ding's avatar Weihang Ding

# Changelog

  • 2b665df [half] New port (#39404)

# Source