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(