summaryrefslogtreecommitdiff
path: root/src/options/fp_options.toml
blob: af8d044f7516f0cb562c92cd1f9f03d9da2df236 (plain)
1
2
3
4
5
6
7
8
9
10
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