Skip to content
Snippets Groups Projects
Commit deda3ffe authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Merge branch 'no_fminf_fmaxf' into 'master'

Replaced all calls to fminf and fmaxf by macros

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 ?

See merge request !235
parents ebb28e4d ae5712ed
No related branches found
No related tags found
1 merge request!235Replaced all calls to fminf and fmaxf by macros
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment