Update InstEmitSimdCvt.cs
This commit is contained in:
parent
3d13127ae2
commit
1aa00990b8
1 changed files with 10 additions and 10 deletions
|
@ -855,8 +855,8 @@ namespace ChocolArm64.Instructions
|
|||
context.EmitStvectmp();
|
||||
context.EmitLdvectmp();
|
||||
|
||||
// TODO: Use Sse.ConvertToInt64 once it is fixed,
|
||||
// remove the following if/else and comment out the code.
|
||||
// TODO: Use Sse.ConvertToInt64 once it is fixed (in .NET Core 3.0),
|
||||
// remove the following if/else and uncomment the code.
|
||||
|
||||
//context.EmitCall(typeof(Sse).GetMethod(nameCvt, typesRndCvt));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue