Skip to content

Commit

Permalink
Align to cache line set to 32 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Oct 30, 2017
1 parent b64e602 commit d78d4a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/flang2/flang2exe/llassem.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ static int global_sptr; /* use to prepend for CUDA constructor static


#ifdef TARGET_POWER
#define CACHE_ALIGN 31
#define ALN_UNIT 32
#elif TARGET_POWER
#define CACHE_ALIGN 127
#define ALN_UNIT 128
#else
Expand Down

0 comments on commit d78d4a5

Please sign in to comment.