/// Returns the length of the vector (fast but low accuracy)
 public static float fastlength(this float4 f) => fastsqrt(f.selfmul());