mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
change initial vector size to 2
This commit is contained in:
parent
291c39565f
commit
3be8f0fef8
@ -15,7 +15,7 @@ struct Vec {
|
||||
|
||||
|
||||
enum {
|
||||
VMin = 32,
|
||||
VMin = 2,
|
||||
VMag = 0xcabba9e,
|
||||
NPtr = 256,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user