Skip to content

Commit

Permalink
Add NIOS2 double conversion detection, fixes compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chockey committed Aug 6, 2014
1 parent 7a008cb commit e7b91e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Foundation/src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
defined(__SH4__) || defined(__alpha__) || \
defined(_MIPS_ARCH_MIPS32R2) || \
defined(__AARCH64EL__)
defined(__AARCH64EL__) || \
defined(nios2) || defined(__nios2) || defined(__nios2__)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(_M_IX86) || defined(__i386__) || defined(__i386)
#if defined(_WIN32)
Expand Down

0 comments on commit e7b91e8

Please sign in to comment.