mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 13:40:46 +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
|
#endif
|
||||||
*/
|
*/
|
||||||
#ifdef GEN
|
#ifdef GEN
|
||||||
#if defined A64FX // breakout A64FX SVE ACLE here
|
#if defined(A64FX) // breakout A64FX SVE ACLE here
|
||||||
#pragma message("building for A64FX / SVE ACLE")
|
#pragma message("building for A64FX / SVE ACLE")
|
||||||
#define ARMCLANGHOTFIX
|
#define ARMCLANGHOTFIX
|
||||||
#include "Grid_a64fx-2.h"
|
#include "Grid_a64fx-2.h"
|
||||||
|
#else
|
||||||
|
#include "Grid_generic.h"
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#include "Grid_generic.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SSE4
|
#ifdef SSE4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user