Hi Ana, > The problem is the word size defined as 64 bits in this gcc header file: > $GCC48/aarch64-linux-gnu/libc/usr/include/bits/wordsize.h > > It should be 32 bits.
That would change int64_t to "long long" on AArch64 Linux wouldn't it? I think it's entirely intentional that int64_t is long (it is on other 64-bit platforms). We've probably just got to cope with the platform differences in our arm_neon.h and clang. Cheers. Tim. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
