simde icon indicating copy to clipboard operation
simde copied to clipboard

arm/neon/movl_high on mips64el + clang 9 and 10 error

Open mr-c opened this issue 3 years ago • 0 comments

579/846 arm/neon/movl_high/emul/c          ERROR          0.03s
not ok 2 movl_high/vmovl_high_s16
../test/arm/neon/movl_high.c:76: assertion failed: r[2] == simde_vld1q_s32(test_vec[i].r)[2] (12215 == 12215)
580/846 arm/neon/movl_high/native/c        ERROR          0.02s
not ok 2 movl_high/vmovl_high_s16
../test/arm/neon/movl_high.c:76: assertion failed: r[2] == simde_vld1q_s32(test_vec[i].r)[2] (12215 == 12215)
581/846 arm/neon/movl_high/emul/cpp        ERROR          0.04s
not ok 2 movl_high/vmovl_high_s16
est/arm/neon/movl_high.cpp:76: assertion failed: r[2] == simde_vld1q_s32(test_vec[i].r)[2] (12215 == 12215)
582/846 arm/neon/movl_high/native/cpp      ERROR          0.02s
not ok 2 movl_high/vmovl_high_s16
test/arm/neon/movl_high.cpp:76: assertion failed: r[2] == simde_vld1q_s32(test_vec[i].r)[2] (12215 == 12215)

Full log https://buildd.debian.org/status/fetch.php?pkg=simde&arch=mips64el&ver=0.7.0%7Erc-1-3&stamp=1606684558&raw=0

mr-c avatar Nov 30 '20 08:11 mr-c