mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Start of SIMD support
This commit is contained in:
parent
73e260c1d5
commit
64b62c09be
30 changed files with 5846 additions and 5096 deletions
|
@ -3,7 +3,7 @@ namespace System
|
|||
[AlwaysInclude]
|
||||
struct SizedArray<T, CSize> where CSize : const int
|
||||
{
|
||||
T[CSize] mVal;
|
||||
protected T[CSize] mVal;
|
||||
|
||||
public int Count
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue