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:
parent
8dbf790f62
commit
2a23f133e8
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user