mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-08 09:43:20 +00:00
fix comments; patch by Edmund Grimley-Evans\!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7201c9f1f1
commit
0ccf6f14c8
@ -46,8 +46,8 @@ def v4i32 : ValueType<128, 22>; // 4 x i32 vector value
|
||||
def v8i32 : ValueType<256, 23>; // 8 x i32 vector value
|
||||
def v1i64 : ValueType<64 , 24>; // 1 x i64 vector value
|
||||
def v2i64 : ValueType<128, 25>; // 2 x i64 vector value
|
||||
def v4i64 : ValueType<256, 26>; // 4 x f64 vector value
|
||||
def v8i64 : ValueType<512, 27>; // 4 x f64 vector value
|
||||
def v4i64 : ValueType<256, 26>; // 4 x i64 vector value
|
||||
def v8i64 : ValueType<512, 27>; // 8 x i64 vector value
|
||||
|
||||
def v2f32 : ValueType<64 , 28>; // 2 x f32 vector value
|
||||
def v4f32 : ValueType<128, 29>; // 4 x f32 vector value
|
||||
|
Loading…
x
Reference in New Issue
Block a user