squarteredFuncSimd function

Float32x4 squarteredFuncSimd(
  1. Float32x4 x
)

Implementation

Float32x4 squarteredFuncSimd(Float32x4 x) =>x*x.scale(0.25);