You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespaceSystem.Runtime.Intrinsics.Arm/// VectorT SummarypublicabstractclassSve:AdvSimd/// Feature: FEAT_SVE Category: loads{publicstaticunsafevoidStore(Vector<T>mask,T*address,Vector<T>data);// ST1W or ST1D or ST1B or ST1HpublicstaticunsafevoidStore(Vector<T>mask,T*address,(Vector<T>Value1,Vector<T>Value2)data);// ST2W or ST2D or ST2B or ST2HpublicstaticunsafevoidStore(Vector<T>mask,T*address,(Vector<T>Value1,Vector<T>Value2,Vector<T>Value3)data);// ST3W or ST3D or ST3B or ST3HpublicstaticunsafevoidStore(Vector<T>mask,T*address,(Vector<T>Value1,Vector<T>Value2,Vector<T>Value3,Vector<T>Value4)data);// ST4W or ST4D or ST4B or ST4H}
The following was implemented:
namespaceSystem.Runtime.Intrinsics.Arm/// VectorT SummarypublicabstractclassSve:AdvSimd/// Feature: FEAT_SVE Category: loads{publicstaticunsafevoidStoreAndZip(Vector<T>mask,T*address,Vector<T>data);// ST1W or ST1D or ST1B or ST1HpublicstaticunsafevoidStoreAndZip(Vector<T>mask,T*address,(Vector<T>Value1,Vector<T>Value2)data);// ST2W or ST2D or ST2B or ST2HpublicstaticunsafevoidStoreAndZip(Vector<T>mask,T*address,(Vector<T>Value1,Vector<T>Value2,Vector<T>Value3)data);// ST3W or ST3D or ST3B or ST3HpublicstaticunsafevoidStoreAndZip(Vector<T>mask,T*address,(Vector<T>Value1,Vector<T>Value2,Vector<T>Value3,Vector<T>Value4)data);// ST4W or ST4D or ST4B or ST4H}
This issue is to approve the implemented API.
The text was updated successfully, but these errors were encountered:
#94011 approved the following:
The following was implemented:
This issue is to approve the implemented API.
The text was updated successfully, but these errors were encountered: