Skip to content

Commit 3d3dd67

Browse files
committed
mt ctor
1 parent 0476e1f commit 3d3dd67

12 files changed

+19000
-258
lines changed

Coplt.Mathematics.Simt/vec/ctor/vec.ctor.merge.3.cs

Lines changed: 256 additions & 256 deletions
Large diffs are not rendered by default.

Coplt.Mathematics.Simt/vec/ctor/vec.ctor.merge.3.tt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ namespace Coplt.Mathematics.Simt;
1111
{
1212
if (!typ.simd) continue;
1313
if (typ.size < 4) continue;
14-
1514
foreach (var size in sizes)
1615
{
1716
var typeName = $"{typ.name}3_mt{size}";
1817
var typeName2 = $"{typ.name}2_mt{size}";
19-
var type = typ.compType;
18+
var type = $"{typ.compType}_mt{size}";
2019
#>
2120

2221
#region <#= typeName #>

0 commit comments

Comments
 (0)