Skip to content

Commit 9f63942

Browse files
authored
Remove limitations from FP comp splitting
1 parent 4bcd96c commit 9f63942

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: instrumentation/README.laf-intel.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ AFL_LLVM_LAF_SPLIT_COMPARES_BITW=<bit_width>`, where bit_width may be 64, 32, or
3939
16. For example, a bit_width of 16 would split larger comparisons down to 16 bit
4040
comparisons.
4141

42-
A new experimental feature is splitting floating point comparisons into a series
42+
A new unique feature is splitting floating point comparisons into a series
4343
of sign, exponent and mantissa comparisons followed by splitting each of them
4444
into 8 bit comparisons when necessary. It is activated with the
45-
`AFL_LLVM_LAF_SPLIT_FLOATS` setting. Note that full IEEE 754 functionality is
46-
not preserved, that is values of nan and infinity will probably behave
47-
differently.
45+
`AFL_LLVM_LAF_SPLIT_FLOATS` setting.
4846

4947
Note that setting this automatically activates `AFL_LLVM_LAF_SPLIT_COMPARES`.
5048

51-
You can also set `AFL_LLVM_LAF_ALL` and have all of the above enabled. :-)
49+
You can also set `AFL_LLVM_LAF_ALL` and have all of the above enabled. :-)

0 commit comments

Comments
 (0)