Closed mfvalin closed 1 month ago
Hello @mfvalin , do older versions of clang work for you?
We've never tested with clang-19
zen3 CPU, Ubuntu 20.24.6 LTS (simde 0.8.2)
intel compilers 2023 (traditional) fail when compiling icc (ICC) 2021.10.0 20230609 Intel(R) oneAPI DPC++/C++ Compiler 2023.2.0 (2023.2.0.20230721) ../simde/x86/avx512/cvt.h(69) (col. 7): internal error: assertion failed at: "edg_expr.c", line 7466 in dump_expr_il0
intel compilers 2024 (llvm based) fail when compiling build_dir/../test/x86/avx512/../../../simde/simde-f16.h:181: undefined reference to `__truncsfhf2'
nvidia 24.1 fails at setup meson.build:1:0: ERROR: None of values ['c99'] are supported by the C compiler. Possible values for option "C_std" are ['none']
clang version 16 (AMD aocc) fails when compiling C compiler for the host machine: clang (clang 16.0.3 "AMD clang version 16.0.3 (CLANG: AOCC_4.2.0-Build#89 2023_12_13)") C linker for the host machine: clang ld.lld 16.0.3 C++ compiler for the host machine: clang++ (clang 16.0.3 "AMD clang version 16.0.3 (CLANG: AOCC_4.2.0-Build#89 2023_12_13)") C++ linker for the host machine: clang++ ld.lld 16.0.3 ld.lld: error: undefined symbol: __truncsfhf2
gcc 11 compiles O.K. (all tests successful)
gcc 13/14 compiles O.K. (half the tests fail 1001/2002)
if i switch to a zen4 Ubuntu 22.04 platform, the distro gcc11 works, all tests pass clang from llvm 19 works, all tests pass gcc14 works, all tests pass clang 16 from AMD aocc works, all tests pass intel icx/icpx 2024 works, all tests pass
it looks like my problems are associated in some way with my Ubuntu 20.04 setup
it looks like my problems are associated in some way with my Ubuntu 20.04 setup
Okay. I'm going to close this issue for now. Good luck!
Found ninja-1.10.0 at /usr/bin/ninja
what am i doing wrong it works well with gcc 13 and 14