LuoZero

Results 6 comments of LuoZero

hi, using https://github.com/simd-everywhere/simde/blob/master/CONTRIBUTING.md build method, still not pass build. it report following error. The Meson build system Version: 0.47.2 Source dir: /home/ll/simde/test Build dir: /home/ll/simde/test/build Build type: native build ERROR:...

update meson, still can not build, following is the log, [root@ecs-f81d build]# CFLAGS="-march=native" CXXFLAGS="-march=native" meson .. The Meson build system Version: 0.56.0 Source dir: /home/ll/simde/test Build dir: /home/ll/simde/test/build Build type:...

in aarch64, need to modify two files /home/ll/simde/test/../simde/x86/avx2.h :4779 r_.u64 = a_.u64 >> (uint8_t)(HEDLEY_STATIC_CAST(int64_t, shift)); vim /home/ll/simde/test/../simde/x86/avx512/srl.h:168 r_.u64 = a_.u64 >> (int8_t)(count_.i64[0]); then can pass build and test.

thanks nemequ, compile and target are the same one. used Architecture: aarch64 CMake can work, it's ok to build.

do not know how to clean cache, pls tell me how to fix it.

also met the same issue after logout.