Skip to content

Commit d78d4a5

Browse files
committed
Align to cache line set to 32 for windows
1 parent b64e602 commit d78d4a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/flang2/flang2exe/llassem.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ static int global_sptr; /* use to prepend for CUDA constructor static
170170

171171

172172
#ifdef TARGET_POWER
173+
#define CACHE_ALIGN 31
174+
#define ALN_UNIT 32
175+
#elif TARGET_POWER
173176
#define CACHE_ALIGN 127
174177
#define ALN_UNIT 128
175178
#else

0 commit comments

Comments
 (0)