summaryrefslogtreecommitdiff
path: root/float.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-16 14:40:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-16 14:40:27 -0700
commitf6c9e65d4f906d0847ef747595de6495c92b9778 (patch)
tree2f37e73e9150c1e8699da19baa9b7deaad669216 /float.h
parentfab3a6c9de9c56f1db7770c7c5e0271e33455ea2 (diff)
downloadnasm-f6c9e65d4f906d0847ef747595de6495c92b9778.tar.gz
nasm-f6c9e65d4f906d0847ef747595de6495c92b9778.tar.bz2
nasm-f6c9e65d4f906d0847ef747595de6495c92b9778.zip
Implement floating-point option control directive
New directive [FLOAT] with associated standard macros; allows the setting to be saved and restored.
Diffstat (limited to 'float.h')
-rw-r--r--float.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/float.h b/float.h
index 430c464..04e9b17 100644
--- a/float.h
+++ b/float.h
@@ -19,5 +19,6 @@ enum float_round {
int float_const(const char *string, int sign, uint8_t *result, int bytes,
efunc error);
+int float_option(const char *option);
#endif