Skip to content

Commit

Permalink
Remove have_fma from the public API exports. (#43854)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Jan 19, 2022
1 parent aa1bd28 commit 8ec5580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jl_exported_funcs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
XX(jl_array_grow_end) \
XX(jl_array_isassigned) \
XX(jl_arraylen) \
XX(jl_have_fma) \
XX(jl_array_ptr) \
XX(jl_array_ptr_1d_append) \
XX(jl_array_ptr_1d_push) \
Expand Down

4 comments on commit 8ec5580

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here.

@vtjnash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.

Please sign in to comment.