summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/public/half3f.cpp
blob: 88b6d552729bd9032c864b51df8b0f1bfbeee704 (plain)
1
2
3
4
5
6
7
#include "half3/half3.hpp"

#ifndef HALF_PRECISION_DOUBLE
#error should be defined
#endif

float half3f() { return static_cast<float>(half3()); }