Skip to content

Commit e545b81

Browse files
authored
Merge pull request #1189 from pawosm-arm/flang
build: Flang has the same interface as PGI
2 parents 4f4daaa + d7afdf9 commit e545b81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

common_x86_64.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ static __inline int blas_quickdivide(unsigned int x, unsigned int y){
245245
#define RETURN_BY_STACK
246246
#endif
247247

248+
#ifdef F_INTERFACE_FLANG
249+
#define RETURN_BY_STACK
250+
#endif
251+
248252
#ifdef F_INTERFACE_PGI
249253
#define RETURN_BY_STACK
250254
#endif

0 commit comments

Comments
 (0)