cancel
Showing results for 
Search instead for 
Did you mean: 

Server Gurus Discussions

artu72
Journeyman III

Use AOCL libm in AOCC Fortran

Hi,

is it possible to use AOCL optimized math library libm from Fortran compiler flang in order to speed up math operations in code?

Thank you.

0 Likes
1 Solution

Hi artu72, Yes you can link AMD LibM - you can use below flags to do the same.

-L/path/aocc-compiler-4.0.0/lib -lalm 

Thanks.

View solution in original post

0 Likes
2 Replies

Hi artu72, Yes you can link AMD LibM - you can use below flags to do the same.

-L/path/aocc-compiler-4.0.0/lib -lalm 

Thanks.

0 Likes
artu72
Journeyman III

Thank you!

0 Likes