berkeley-testfloat-3 icon indicating copy to clipboard operation
berkeley-testfloat-3 copied to clipboard

TestFloat release 3

Results 5 berkeley-testfloat-3 issues
Sort by recently updated
recently updated
newest added

bfloat16_t is used but never defined. i am also unable to fine its definition inside of softfloat.

We learnt that the random.c is not very efficient in generating unique tests cases. We checked by generating 1000000 tests, we found only 33680 are unique ( only 3% :(...

This cross-references to https://github.com/ucb-bar/berkeley-softfloat-3/issues/37 because as softfloat does not support these values, adding them to test generation would of course fail to validate, but if their support is added in...

It looks like FLOAT16 was only partially available in testfloat and that generic mapping for `subj_f16_add`, `subj_f16_sub`, `subj_f16_mul`, and `subj_f16_div` were not yet available. This patch adds such support, for...

Work in progress standardFunctionInfos uses #ifdef BFLOAT16 to guard the addition of 2 entries from bf16 to/from f32 conversions, while subjfloat_functions array did not, this could lead to a misalignment...