Zelalem | c9531f8 | 2020-08-04 15:37:08 -0500 | [diff] [blame] | 1 | --- cov-analysis-linux64-2019.03/config/templates/gnu/compiler-compat-arm-intrin.h 2019-12-12 16:13:12.807998525 -0600 |
| 2 | +++ cov-analysis-linux64-2019.03/config/templates/gnu/compiler-compat-arm-intrin_new.h 2019-12-12 16:14:23.559761391 -0600 |
| 3 | @@ -1373,11 +1373,11 @@ |
| 4 | typedef signed char int8_t; |
| 5 | typedef short int int16_t; |
| 6 | typedef int int32_t; |
| 7 | -typedef long int int64_t; |
| 8 | +typedef signed long long int64_t; |
| 9 | typedef unsigned char uint8_t; |
| 10 | typedef short unsigned int uint16_t; |
| 11 | typedef unsigned int uint32_t; |
| 12 | -typedef long unsigned int uint64_t; |
| 13 | +typedef unsigned long long uint64_t; |
| 14 | |
| 15 | __Int8x8_t __builtin_aarch64_tbl3v8qi(__builtin_aarch64_simd_oi, __Int8x8_t); |
| 16 | __Float32x2_t __builtin_aarch64_absv2sf(__Float32x2_t); |