clang-format to Google Standards

Added formatting to code
This commit is contained in:
Haydn Trigg
2016-05-29 13:22:14 +09:30
parent f2ca689ea0
commit ff5529714c
2 changed files with 83 additions and 83 deletions

View File

@@ -90,8 +90,8 @@ typedef struct alignas(16) vec128_s {
uint32_t uz;
uint32_t uw;
};
float f32[4];
double f64[2];
float f32[4];
double f64[2];
int8_t i8[16];
uint8_t u8[16];
int16_t i16[8];