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

Computes \(2\) raised to the given power (\(2^x\)).