Changeset 96346 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Aug 19, 2022 4:52:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMAImpl.h
r96344 r96346 391 391 392 392 #define TSTIEM_DECLARE_TEST_ARRAY_BIN(a_szFile, a_Type, a_Instr) \ 393 extern RTDATADECL(a_Type)const RT_CONCAT(g_aTests_, a_Instr)[]; \394 extern RTDATADECL(uint32_t)const RT_CONCAT(g_cbTests_, a_Instr)393 extern a_Type const RT_CONCAT(g_aTests_, a_Instr)[]; \ 394 extern uint32_t const RT_CONCAT(g_cbTests_, a_Instr) 395 395 396 396 TSTIEM_DECLARE_TEST_ARRAY(Int, BINU8_TEST_T, add_u8 ); … … 749 749 TSTIEM_DECLARE_TEST_ARRAY(FpuOther-Intel, FPU_UNARY_TWO_R80_TEST_T, fsincos_r80_r80_intel ); 750 750 751 RT_C_DECLS_BEGIN 752 751 753 TSTIEM_DECLARE_TEST_ARRAY_BIN(SseBinary, SSE_BINARY_TEST_T, addps_u128 ); 752 754 TSTIEM_DECLARE_TEST_ARRAY_BIN(SseBinary, SSE_BINARY_TEST_T, mulps_u128 ); … … 771 773 TSTIEM_DECLARE_TEST_ARRAY_BIN(SseBinary, SSE_BINARY_U128_R64_TEST_T, subsd_u128_r64 ); 772 774 775 RT_C_DECLS_END 776 773 777 #endif /* !VMM_INCLUDED_SRC_testcase_tstIEMAImpl_h */ 774 778
Note:
See TracChangeset
for help on using the changeset viewer.