1 2 3
#[polydat::polydat_node(category = Math, simd = fast_f)] fn f(a: u64) -> u64 { a } fn main() {}