Skip to content

Commit

Permalink
Also handle non intrinsic versions (#2089)
Browse files Browse the repository at this point in the history
* Also handle non intrinsic versions

* Update Project.toml

---------

Co-authored-by: William Moses <[email protected]>
  • Loading branch information
wsmoses and William Moses authored Nov 13, 2024
1 parent e15e7d9 commit 75e6725
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7480,6 +7480,10 @@ end
function_attributes(wrapper_f),
StringAttribute("implements", llname),
)
push!(
function_attributes(wrapper_f),
StringAttribute("implements2", n * pf)
)
end
end
end
Expand Down Expand Up @@ -7586,6 +7590,10 @@ end
function_attributes(wrapper_f),
StringAttribute("implements", llname),
)
push!(
function_attributes(wrapper_f),
StringAttribute("implements2", n * pf)
)
end
end
end
Expand Down

0 comments on commit 75e6725

Please sign in to comment.