Skip to content
Snippets Groups Projects
Commit 4d45b74f authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'no_call_to_fminf' into 'master'

Removed calls to fminf and fmaxf in the critical sections of the code.

Is there any reason not to do this ? I have replaced calls to `fminf` and `fmaxf` by ternary operators. That leads to massive speed-ups. 

According to vTune, we were spending large amounts of time inside these functions. 

Is there any reason to use them over what I have done ? Any special behaviour of the functions that we would need in some cases ?

See merge request !219
parents 1c92183f 939cd77d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment