#include "tensorstore/util/bfloat16.h"
BFloat16 tensorstore::ceil(BFloat16 x);

Computes the nearest integer not less than the given value.