/bfloat

Implementation of the bfloat16 type

Primary LanguageC++

Sink: A mininal Bfloat16 Library

To Build

mkdir -p build && cd build
cmake ..
cmake --build .

Testing

Tests can be found in tests/bfloat16_tests.cpp.