Skip to content

Commit

Permalink
Describe --math-mode option in run-time help-text
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jan 13, 2015
1 parent 0c4bab3 commit 8e1b730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/repl.c
Expand Up @@ -73,6 +73,8 @@ static const char opts[] =
" Count bytes allocated by each source line\n"
" --check-bounds={yes|no} Emit bounds checks always or never (ignoring declarations)\n"
" --inline={yes|no} Control whether inlining is permitted (even for functions declared as @inline)\n"
" --math-mode={ieee|user} Always use IEEE semantics for math (ignoring declarations),\n"
" or adhere to declarations in source code\n"
" -O, --optimize Run time-intensive code optimizations\n"
" --int-literals={32|64} Select integer literal size independent of platform\n"
" --dump-bitcode={yes|no} Dump bitcode for the system image (used with --build)\n"
Expand Down

0 comments on commit 8e1b730

Please sign in to comment.