Skip to content

halfv2.2.1

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

MIT

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#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)