summaryrefslogtreecommitdiff
path: root/tests/test_cases/cflags/public/half.cpp
blob: e26ff6e2a2bb4b74648d6eb3f0e794cc056cba93 (plain)
1
2
3
4
5
#include "half.hpp"

HALF_RESULT_TYPE half(int val) {
  return static_cast<HALF_RESULT_TYPE>(val / 2.0);
}