Merge pull request #1189 from pawosm-arm/flang

build: Flang has the same interface as PGI
This commit is contained in:
Martin Kroeker 2017-05-28 11:07:57 +02:00 committed by GitHub
commit e545b81e76
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