Skip to content

Commit 442a3c6

Browse files
jgu222sys_zuul
authored and
sys_zuul
committed
Internal refactoring.
Change-Id: I33f6ce1344d0a20e254c0467ef52ecec0ce0b175
1 parent 4df926f commit 442a3c6

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

visa/BuildCISAIR.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,9 @@ class CISA_IR_Builder : public VISABuilder
820820

821821

822822

823+
824+
825+
823826
private:
824827

825828
vISA::Mem_Manager m_mem;

visa/HWCaps.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,10 @@
632632
return !noFP64();
633633
}
634634

635+
635636
bool hasByteALU() const
636637
{
637638
return true;
638639
}
639640

640-
641641
// end HW capabilities

visa/HWConformity.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7325,3 +7325,4 @@ void HWConformity::fixPredCtrl(INST_LIST_ITER it, G4_BB* bb)
73257325
}
73267326
}
73277327

7328+

visa/include/visa_igc_common_header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ typedef enum {
393393
ISA_ROL = 0x80,
394394
ISA_ROR = 0x81,
395395
ISA_DP4A = 0x82,
396-
ISA_NUM_OPCODE,
396+
ISA_NUM_OPCODE,
397397
ISA_OPCODE_ENUM_SIZE = 0xFF
398398
} ISA_Opcode;
399399

0 commit comments

Comments
 (0)