DLTcollab / sse2neon

A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
MIT License
1.3k stars 208 forks source link

Compile Warning in 4638cf844b2be4e992d7c1fbbf4efbd1da416a86 #471

Closed Stephenmccaul closed 3 years ago

Stephenmccaul commented 3 years ago

sse2neon.h:6874:58: warning: implicit conversion from 'int' to 'int8_t' (aka 'signed char') changes value from 135 to -121 [-Wconstant-conversion] vand_s8(vreinterpret_s8_m64(b), vdup_n_s8(1 << 7 | 0x07));

This SHA1 is the version i tested this looks older in cause.

howjmay commented 3 years ago

This has been fixed in https://github.com/DLTcollab/sse2neon/pull/468