Update InstEmitSimdCvt.cs

This commit is contained in:
LDj3SNuD 2019-04-03 14:13:41 +02:00 committed by GitHub
commit 1aa00990b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));