Skip to content
Commit 8754ec28 authored by Dominic Symes's avatar Dominic Symes
Browse files

Main Conformance: TANH change, SCATTER clarification



TANH can have cancellation between exp(x) and exp(-x)
for small abs(x). To allow for this, a lower bound of
0.5*exp(-normal_fraction<in_out_t>) is set for the
error bound. The TANH formula also can contain 4
exp() values, so the error bound is increased to 4
multiplied by the exp() error bound.

SCATTER output size K must be as least as great
as the number of indices W, as each index is distinct.

Change-Id: I8d1f1c866bd59d8140cf7db76404f5006a04a3f3
Signed-off-by: default avatarDominic Symes <dominic.symes@arm.com>
parent 2f3f4a2a
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