摘要:
因为前几天做.Net7的矢量化性能优化,发现了一个bug。在类System.Numerics.Vector里面的成员变量IsHardwareAccelerated。但是实际上不确定这个bug是visual studio 2022的还是System.Numerics.Vector库的,个人认为应该是前 阅读全文
摘要:
public void ABC() { var canvas = new Canvas(); Content = canvas; var points = new List<Point>() { new Point(200, 200), new Point(400, 200), new Point( 阅读全文