hf

User defined literal for Half Float.

template hf (
float v
) {
enum hf;
}

Examples

auto h = hf!1.3f;

Meta