build: Flang has the same interface as PGI

Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com>
This commit is contained in:
Paul Osmialowski 2017-05-27 06:23:58 +01:00
parent 4f4daaa42a
commit d7afdf9137
1 changed files with 4 additions and 0 deletions

View File

@ -245,6 +245,10 @@ static __inline int blas_quickdivide(unsigned int x, unsigned int y){
#define RETURN_BY_STACK
#endif
#ifdef F_INTERFACE_FLANG
#define RETURN_BY_STACK
#endif
#ifdef F_INTERFACE_PGI
#define RETURN_BY_STACK
#endif