Skip to content

Commit

Permalink
Add support for microblaze.
Browse files Browse the repository at this point in the history
Really fixes #73.
  • Loading branch information
floitsch committed Oct 12, 2019
1 parent 4a51e73 commit 5cc233e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog
@@ -1,3 +1,7 @@
2019-10-12:
Really add support for microblaze. A previous commit was lacking
the necessary line.

2019-09-02:
Add support for e2k architectur. Thanks to Michael Shigorin.

Expand Down
1 change: 1 addition & 0 deletions double-conversion/utils.h
Expand Up @@ -102,6 +102,7 @@ int main(int argc, char** argv) {
defined(__AARCH64EL__) || defined(__aarch64__) || defined(__AARCH64EB__) || \
defined(__riscv) || defined(__e2k__) || \
defined(__or1k__) || defined(__arc__) || \
defined(__microblaze__) || \
defined(__EMSCRIPTEN__)
#define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
#elif defined(__mc68000__) || \
Expand Down

0 comments on commit 5cc233e

Please sign in to comment.