@@ -710,28 +710,28 @@ attributes(device) real(8) function sinpi(x) bind(c,name='__nv_sinpi')
710710 end interface
711711
712712 interface __ddiv_rn
713- attributes(device) double precision function __ddiv_rn(x,y) bind(c)
713+ attributes(device) double precision function __ddiv_rn(x,y) bind(c, name = ' __nv_ddiv_rn ' )
714714 ! dir$ ignore_tkr (d) x, (d) y
715715 double precision , value :: x, y
716716 end function
717717 end interface
718718
719719 interface __ddiv_rz
720- attributes(device) double precision function __ddiv_rz(x,y) bind(c)
720+ attributes(device) double precision function __ddiv_rz(x,y) bind(c, name = ' __nv_ddiv_rz ' )
721721 ! dir$ ignore_tkr (d) x, (d) y
722722 double precision , value :: x, y
723723 end function
724724 end interface
725725
726726 interface __ddiv_ru
727- attributes(device) double precision function __ddiv_ru(x,y) bind(c)
727+ attributes(device) double precision function __ddiv_ru(x,y) bind(c, name = ' __nv_ddiv_ru ' )
728728 ! dir$ ignore_tkr (d) x, (d) y
729729 double precision , value :: x, y
730730 end function
731731 end interface
732732
733733 interface __ddiv_rd
734- attributes(device) double precision function __ddiv_rd(x,y) bind(c)
734+ attributes(device) double precision function __ddiv_rd(x,y) bind(c, name = ' __nv_ddiv_rd ' )
735735 ! dir$ ignore_tkr (d) x, (d) y
736736 double precision , value :: x, y
737737 end function
0 commit comments