stefson
stefson
I see the same results as you for my gcc-10 armv7a cross compiler, but still it gives me the error without the now pushed patch.
hey, here is my output from --verbose, it is with commit https://github.com/google/highway/commit/9b3bd6d48445443afaa7211a4e72842373d28f1e to not hide the problem with the current workaround: ``` LANG=C /usr/bin/armv7a-unknown-linux-gnueabihf-g++ --verbose -DHWY_SHARED_DEFINE -Dhwy_contrib_EXPORTS -I/var/tmp/portage/dev-cpp/highway-9999/work/highway-9999 -O2 -pipe...
Can you please post a patch against latest git for your idea? The risk of a missunderstanding is too high if you ask me that way :D
with gcc-10.4.0: [latest-git+patch.log.gz](https://github.com/google/highway/files/9490486/latest-git%2Bpatch.log.gz) this does not look good :-S
push force it and ping me any time for results
it seems the compile is fixed by this commit: https://github.com/google/highway/commit/864d97bc74de6681d3e5e382582ddaa2a0837426 patching https://github.com/google/highway/commit/55010e4b126d222acd6906ebdb32f723f94ccafb on top of current git fails: ``` /usr/lib/gcc/armv7a-unknown-linux-gnueabihf/10.4.0/include/arm_neon.h:11002:1: error: inlining failed in call to ‘always_inline’ ‘void vst1q_u64(uint64_t*, uint64x2_t)’:...
for **aarch64**, current git does fail with many errors ( full log: [aarch64-current-git-build.log.gz](https://github.com/google/highway/files/9496545/aarch64-current-git-build.log.gz) ) , which is fixed with the proposed patch from https://github.com/google/highway/commit/55010e4b126d222acd6906ebdb32f723f94ccafb
yeah, lets watch the fireworks
armv7-gcc still broken with commit https://github.com/google/highway/commit/99340469dd310055f8f269ebe1621c9aaaa79322 , here is the build log: [build.log.gz](https://github.com/google/highway/files/9500330/build.log.gz)
can you please name me the gcc versions (gcc-10.3.0 and later) which godbolt offers you? (Edit: I meant versions :D )