Skip to content
Commit 3db30ff5 authored by Johan Alfvén's avatar Johan Alfvén
Browse files

MLBEDSW-7884: Fix crash for RSQRT



- RSQRT is only defined for positive numbers and
therefore the zeropoint and actual input value
will have an impact

- Clamp the range to avoid crashing. As long as the actual
input is within valid range everything works. If the input
is not valid the reference will crash and not generating
any output

Change-Id: I1082b508d9cd85ad4b017e7b786cfff730585172
Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
parent 75d34022
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment