ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.03k stars 406 forks source link

float32x4_t _255 = vdupq_n_f32(255.00001f; missed ')' #195

Closed Lishen1 closed 2 years ago

Lishen1 commented 2 years ago

https://github.com/ermig1979/Simd/blob/379c87a27ee95cef75eb4632dde3fe4b4e8058f3/src/Simd/SimdNeonAlphaBlending.cpp#L390

ermig1979 commented 2 years ago

Thank you for bug report!