low_add_su21x3b64.c 195 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ////A: --has-swar //C: -daiteq-swar-enable #include <stdint.h> typedef uint64_t su21x3b __attribute__((subword(3))); int main(void) { volatile su21x3b a, b, z; z = a + b; return 0; }