Skip to content

Fix for compilation error when AVX512 instruction are activated

Alexandra Liosi requested to merge fix/avx512_compilation_error into master

Added missing m_data inside scatter method that is used when avx512 instruction are activated. Previously, it was causing a compilation error. image

Edited by Alexandra Liosi

Merge request reports