summaryrefslogtreecommitdiff
path: root/src/options/fp_options.toml
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-04-04 12:31:21 -0500
committerGitHub <noreply@github.com>2019-04-04 12:31:21 -0500
commita44c62c18a8380c089764decdd4c533268b4ef30 (patch)
treee79af51595bc33ed0101b9552085173351b193e7 /src/options/fp_options.toml
parentae712e32aae0947205f506f7caacc670311c6763 (diff)
Ignoring FP benchmarks with "unsafe" sizes unless option (#2931)
Diffstat (limited to 'src/options/fp_options.toml')
-rw-r--r--src/options/fp_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/fp_options.toml b/src/options/fp_options.toml
index eb8c933af..af8d044f7 100644
--- a/src/options/fp_options.toml
+++ b/src/options/fp_options.toml
@@ -1,3 +1,11 @@
id = "FP"
name = "Fp"
header = "options/fp_options.h"
+
+[[option]]
+ name = "fpExp"
+ category = "regular"
+ long = "fp-exp"
+ type = "bool"
+ default = "false"
+ help = "Allow floating-point sorts of all sizes, rather than only Float32 (8/24) or Float64 (11/53) (experimental)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback