Skip to content

Commit d7afdf9

Browse files
committed
build: Flang has the same interface as PGI
Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com>
1 parent 4f4daaa commit d7afdf9

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)