diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-16 14:40:27 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-16 14:40:27 -0700 |
commit | f6c9e65d4f906d0847ef747595de6495c92b9778 (patch) | |
tree | 2f37e73e9150c1e8699da19baa9b7deaad669216 /float.h | |
parent | fab3a6c9de9c56f1db7770c7c5e0271e33455ea2 (diff) | |
download | nasm-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |