mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-06 04:05:55 +01:00
build problem resolved
This commit is contained in:
parent
b4c624ece6
commit
28d49a3b60
@ -116,13 +116,13 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
|
||||
#endif
|
||||
*/
|
||||
#ifdef GEN
|
||||
#if defined A64FX // breakout A64FX SVE ACLE here
|
||||
#pragma message("building for A64FX / SVE ACLE")
|
||||
#define ARMCLANGHOTFIX
|
||||
#include "Grid_a64fx-2.h"
|
||||
#if defined(A64FX) // breakout A64FX SVE ACLE here
|
||||
#pragma message("building for A64FX / SVE ACLE")
|
||||
#define ARMCLANGHOTFIX
|
||||
#include "Grid_a64fx-2.h"
|
||||
#else
|
||||
#include "Grid_generic.h"
|
||||
#endif
|
||||
#else
|
||||
#include "Grid_generic.h"
|
||||
#endif
|
||||
|
||||
#ifdef SSE4
|
||||
|
Loading…
x
Reference in New Issue
Block a user