File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191#endif
9292
9393typedef struct {
94- volatile BLASLONG working [MAX_CPU_NUMBER ][CACHE_LINE_SIZE * DIVIDE_RATE ];
94+ #if _STDC_VERSION__ >= 201112L
95+ _Atomic
96+ #else
97+ volatile
98+ #endif
99+ BLASLONG working [MAX_CPU_NUMBER ][CACHE_LINE_SIZE * DIVIDE_RATE ];
95100} job_t ;
96101
97102
Original file line number Diff line number Diff line change 6767#endif
6868
6969typedef struct {
70- volatile BLASLONG working [MAX_CPU_NUMBER ][CACHE_LINE_SIZE * DIVIDE_RATE ];
70+ #if _STDC_VERSION__ >= 201112L
71+ _Atomic
72+ #else
73+ volatile
74+ #endif
75+ BLASLONG working [MAX_CPU_NUMBER ][CACHE_LINE_SIZE * DIVIDE_RATE ];
7176} job_t ;
7277
7378
Original file line number Diff line number Diff line change 9191#endif
9292
9393typedef struct {
94- volatile BLASLONG working [MAX_CPU_NUMBER ][CACHE_LINE_SIZE * DIVIDE_RATE ];
94+ #if _STDC_VERSION__ >= 201112L
95+ _Atomic
96+ #else
97+ volatile
98+ #endif
99+ BLASLONG working [MAX_CPU_NUMBER ][CACHE_LINE_SIZE * DIVIDE_RATE ];
95100} job_t ;
96101
97102
You can’t perform that action at this time.
0 commit comments