Skip to Content

halfv2.2.1

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 avatarWeihang Ding
  • toge's avatartoge
  • Andrew Tribick's avatarAndrew Tribick

#Changelog

  • 9fd0ee9[half] Fix literal operator syntax, add test port (#50190)
  • 2cc6ebb[half] update to 2.2.1 (#46933)
  • 2b665df[half] New port (#39404)

#Source