966bba02bb
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
12 lines
154 B
C#
12 lines
154 B
C#
namespace System.Numerics
|
|
{
|
|
static class Vector
|
|
{
|
|
[JitIntrinsic]
|
|
public static bool IsHardwareAccelerated {
|
|
get {
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
} |