squarteredDerivSimd function

Float32x4 squarteredDerivSimd(
  1. Float32x4 x
)

Implementation

Float32x4 squarteredDerivSimd(Float32x4 x) =>x.scale(0.5);