Skip to content
Snippets Groups Projects

Replaced all calls to fminf and fmaxf by macros

Merged Matthieu Schaller requested to merge no_fminf_fmaxf into master

As the Intel compiler can't handle these properly, here is a replacement of all calls to fmaxf and fminf by a macro that just encapsulates the ternary. This produces assembly call to vmaxpss and vminpss as expected.

Any reason not to do this ?

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading