aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Types/VecType.php
blob: ae8a0f69797a69ab8de605c2c37e798056cae86b (plain)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\Structure\Types;

enum VecType
{
    case V128;
}