This commit is contained in:
ikpil 2024-01-21 13:01:13 +09:00 committed by Ikpil
parent 75eadc601d
commit f1ecd37f4d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class RcStackArrayTest
public void TestStackOverflow()
{
// normal
var array_128_512_1 = RcStackArray128<RcStackArray512<float>>.Empty; // 128 * 512 = 65536
var array_128_512_1 = RcStackArray2<RcStackArray512<float>>.Empty; // 128 * 512 = 65536
// warn
//var array_128_512_2 = RcStackArray128<RcStackArray512<float>>.Empty; // 128 * 512 = 65536