Guilherme Amadio

Results 44 comments of Guilherme Amadio

You are welcome to work on Vc if you want. However, you should know that Vc is no longer being actively developed. You may want to consider focusing your work...

I think @mattkretz would know better the answer to the questions above. I believe that the work in the C++ standard already has support for NEON on ARM/ARM64, I don't...

With clang-14 we have the same failures here that I see on my machine. Might be better to fix it before adding this to GitHub Actions.

I think that there is actually a problem with Clang-13. In Jenkins I also saw that builds with clang-13 for Vc/VecCore were getting stuck. Maybe let's skip 13 and go...

@andrelrt Can you please rebase this on the current branch, so that it can go through the CI? I'd like to get through all the current merge requests and merge...

Related bug in Gentoo Linux: https://bugs.gentoo.org/858503

Unfortunately, no. I still get a compile error: ``` /tmp/portage/dev-util/uftrace-0.12/work/uftrace-0.12/libmcount/plthook.c:93:1: error: function ‘uftrace___cyg_profile_func_exit’ redeclared as variable 93 | ALIAS_DECL2(__cyg_profile_func_exit); | ^ /tmp/portage/dev-util/uftrace-0.12/work/uftrace-0.12/libmcount/mcount.c:2004:1: note: previously declared here 2004 | UFTRACE_ALIAS(__cyg_profile_func_exit); |...

Note: the same problem is true for unsigned short as well. The other types seem to be fine.

Upon further testing, `UME::SIMD::SIMDVec` is also affected by this.