Starting to cleanup includes a bit. Still a mess.
This commit is contained in:
@@ -34,20 +34,6 @@ namespace x64 {
|
||||
DFLUSH(); \
|
||||
if (thread_state->thread_id() == TARGET_THREAD) printf
|
||||
|
||||
// TODO(benvanik): properly pull out values.
|
||||
typedef union __declspec(align(16)) {
|
||||
__m128 m128;
|
||||
float m128_f32[4];
|
||||
uint64_t m128_u64[2];
|
||||
int8_t m128_i8[16];
|
||||
int16_t m128_i16[8];
|
||||
int32_t m128_i32[4];
|
||||
int64_t m128_i64[2];
|
||||
uint8_t m128_u8[16];
|
||||
uint16_t m128_u16[8];
|
||||
uint32_t m128_u32[4];
|
||||
} __m128_x;
|
||||
|
||||
uint32_t GetTracingMode() {
|
||||
uint32_t mode = 0;
|
||||
#if ITRACE
|
||||
|
||||
Reference in New Issue
Block a user