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.
Solved! Go to 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
Thank you!