1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-26 19:48:01 +02:00

Remove old extern methods from SSE

This commit is contained in:
MineGame159 2023-04-02 15:11:09 +02:00
parent ef5f336ef7
commit 987ee78aaf

View file

@ -112,8 +112,6 @@ namespace System.Numerics.X86
public static extern int32 cvt_ss2si(v128 a);
public static extern v128 div_ps(v128 a, v128 b);
public static extern v128 div_ss(v128 a, v128 b);
public static extern v128 loadu_ps(void* ptr);
@ -124,12 +122,8 @@ namespace System.Numerics.X86
public static extern v128 load_ps(void* ptr);
public static extern v128 max_ps(v128 a, v128 b);
public static extern v128 max_ss(v128 a, v128 b);
public static extern v128 min_ps(v128 a, v128 b);
public static extern v128 min_ss(v128 a, v128 b);
public static extern v128 movehl_ps(v128 a, v128 b);
@ -140,8 +134,6 @@ namespace System.Numerics.X86
public static extern v128 move_ss(v128 a, v128 b);
public static extern v128 mul_ps(v128 a, v128 b);
public static extern v128 mul_ss(v128 a, v128 b);
public static extern v128 or_ps(v128 a, v128 b);
@ -182,8 +174,6 @@ namespace System.Numerics.X86
public static extern void stream_ps(void* mem_addr, v128 a);
public static extern v128 sub_ps(v128 a, v128 b);
public static extern v128 sub_ss(v128 a, v128 b);
public static extern void TRANSPOSE4_PS(ref v128 row0, ref v128 row1, ref v128 row2, ref v128 row3);