aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-05-07 16:50:52 +0200
committerBjörn-Egil Dahlberg <[email protected]>2015-05-07 16:50:52 +0200
commitb17d18510c013b5077c57e778b6e1bf0f8784395 (patch)
treeeb06ea1198cbfe62dc70943b0baad255912e5225 /erts/emulator/beam/global.h
parent7b9a2c6b90cc6f41b0f42198e474a9322a4f2a94 (diff)
parent889dbf81def0986e4569841d64a7f3882808ee07 (diff)
downloadotp-b17d18510c013b5077c57e778b6e1bf0f8784395.tar.gz
otp-b17d18510c013b5077c57e778b6e1bf0f8784395.tar.bz2
otp-b17d18510c013b5077c57e778b6e1bf0f8784395.zip
Merge branch 'egil/fix-pos-zero-opt'
* egil/fix-pos-zero-opt: erts: Don't let the compiler optimize pos. zero fix
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 40b043d1cc..54fba9274f 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -867,6 +867,9 @@ void print_process_info(int, void *, Process*);
void info(int, void *);
void loaded(int, void *);
+/* erl_arith.c */
+double erts_get_positive_zero_float(void);
+
/* config.c */
__decl_noreturn void __noreturn erl_exit(int n, char*, ...);