mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 05:05:56 +01:00
corrected type
This commit is contained in:
parent
fbed02690d
commit
ed4d9d17f8
@ -121,7 +121,7 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
#ifdef GEN
|
#ifdef GEN
|
||||||
#if defined(A64FX) || defined(A64FXGCC) // breakout A64FX SVE ACLE here
|
#if defined(A64FX) || defined(A64FXFIXEDSIZE) // breakout A64FX SVE ACLE here
|
||||||
#include <arm_sve.h>
|
#include <arm_sve.h>
|
||||||
if defined(A64FX) // VLA
|
if defined(A64FX) // VLA
|
||||||
#pragma message("building for A64FX / SVE ACLE VLA")
|
#pragma message("building for A64FX / SVE ACLE VLA")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user