Skip to content

Add variable initialisation to compile with AVX2

João Isler requested to merge fix/cfs-init-vars into master

In order to be able to compile nektar++ with AVX2 on the compute nodes, it was necessary to explicitly initialise u2. Perhaps it might default initialise in the case that T is a scalar, but not in the case it is a vec_t (i.e avx is enabled).

Merge request reports