1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

reenable fcmla for VLA

This commit is contained in:
nmeyer-ur 2020-06-12 17:30:38 +02:00
parent 8dbf790f62
commit 2a23f133e8

View File

@ -327,9 +327,7 @@ public:
// FIXME -- alias this to an accelerator_inline MAC struct.
// safety exclude fxmac from VLA (causing wrong results?)
//#if defined(A64FX) || defined(A64FXFIXEDSIZE)
#if defined(A64FXFIXEDSIZE)
#if defined(A64FX) || defined(A64FXFIXEDSIZE)
friend accelerator_inline void mac(Grid_simd *__restrict__ y,
const Grid_simd *__restrict__ a,
const Grid_simd *__restrict__ x) {