CodeT5+: Open Code Large Language Models for Code Understanding and Generation
github.com2 pointsby rperez3331 comments
static inline u32 __hash_32_generic(u32 val)
{
return val * GOLDEN_RATIO_32;
}
and dammit, I absolutely DO NOT THINK we should annotate this as some
kind of "special multiply".
—-