@@ -270,7 +270,7 @@ let distributions =
270270 ; (full_lpdf, " rayleigh" , [DVReal ; DVReal ], SoA )
271271 ; (full_lpdf, " scaled_inv_chi_square" , [DVReal ; DVReal ; DVReal ], SoA )
272272 ; (full_lpdf, " skew_normal" , [DVReal ; DVReal ; DVReal ; DVReal ], SoA )
273- ; (full_lpdf, " skew_double_exponential" , [DVReal ; DVReal ; DVReal ; DVReal ], SoA )
273+ ; (full_lpdf, " skew_double_exponential" , [DVReal ; DVReal ; DVReal ; DVReal ], AoS )
274274 ; (full_lpdf, " student_t" , [DVReal ; DVReal ; DVReal ; DVReal ], SoA )
275275 ; (full_lpdf, " std_normal" , [DVReal ], SoA )
276276 ; (full_lpdf, " uniform" , [DVReal ; DVReal ; DVReal ], SoA )
@@ -344,7 +344,7 @@ let math_sigs =
344344 ; ([UnaryVectorized SameAsArg ], " minus" , [DDeepComplexVectorized ], SoA )
345345 ; ([basic_vectorized], " Phi" , [DDeepVectorized ], SoA )
346346 ; ([basic_vectorized], " Phi_approx" , [DDeepVectorized ], SoA )
347- ; ([basic_vectorized], " round" , [DDeepVectorized ], SoA )
347+ ; ([basic_vectorized], " round" , [DDeepVectorized ], AoS )
348348 ; ([basic_vectorized], " sin" , [DDeepVectorized ], SoA )
349349 ; ([basic_vectorized], " sinh" , [DDeepVectorized ], SoA )
350350 ; ([basic_vectorized], " sqrt" , [DDeepVectorized ], SoA )
@@ -353,12 +353,12 @@ let math_sigs =
353353 ; ([basic_vectorized], " std_normal_qf" , [DDeepVectorized ], SoA )
354354 (* std_normal_qf is an alias for inv_Phi *)
355355 ; ([basic_vectorized], " std_normal_log_qf" , [DDeepVectorized ], SoA )
356- ; ([basic_vectorized], " step" , [DReal ], SoA )
356+ ; ([basic_vectorized], " step" , [DReal ], AoS )
357357 ; ([basic_vectorized], " tan" , [DDeepVectorized ], SoA )
358358 ; ([basic_vectorized], " tanh" , [DDeepVectorized ], SoA )
359359 ; ([basic_vectorized], " tgamma" , [DDeepVectorized ], SoA )
360- ; ([basic_vectorized], " trunc" , [DDeepVectorized ], SoA )
361- ; ([basic_vectorized], " trigamma" , [DDeepVectorized ], SoA ) ]
360+ ; ([basic_vectorized], " trunc" , [DDeepVectorized ], AoS )
361+ ; ([basic_vectorized], " trigamma" , [DDeepVectorized ], AoS ) ]
362362
363363let all_declarative_sigs = distributions @ math_sigs
364364
0 commit comments