Document that "enable_float=false" isn't implemented yet.

This commit is contained in:
Dan Gohman
2018-03-02 13:16:01 -08:00
parent 505fe9277a
commit 804b56d0f2

View File

@@ -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(