From 804b56d0f2b254ee5f0eb9d05b153bf961777551 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 2 Mar 2018 13:16:01 -0800 Subject: [PATCH] Document that "enable_float=false" isn't implemented yet. --- lib/cretonne/meta/base/settings.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/cretonne/meta/base/settings.py b/lib/cretonne/meta/base/settings.py index 8d0522af79..e8785fbc08 100644 --- a/lib/cretonne/meta/base/settings.py +++ b/lib/cretonne/meta/base/settings.py @@ -56,7 +56,11 @@ avoid_div_traps = BoolSetting( is_compressed = BoolSetting("Enable compressed instructions") enable_float = BoolSetting( - """Enable the use of floating-point instructions""", + """ + Enable the use of floating-point instructions + + Disabling use of floating-point instructions is not yet implemented. + """, default=True) enable_simd = BoolSetting(