Skip to content
Snippets Groups Projects
Forked from waLBerla / waLBerla
230 commits behind the upstream repository.
TestFloat16.cpp 90 B
#include <iostream>


int main()
{
   static_assert(std::is_floating_point_v<_Float16>);
}