Enable 64-bit compilation with ARM Compiler 6

This patch fixes the conditional preprocessor directives in
include/mbedtls/bignum.h to enable 64-bit compilation with ARM
Compiler 6.
diff --git a/ChangeLog b/ChangeLog
index d9682a5..6c2f783 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,8 @@
      Found by redplait #590
    * Add MBEDTLS_MPI_CHK to check for error value of mbedtls_mpi_fill_random.
      Reported and fix suggested by guidovranken in #740
+   * Fix conditional preprocessor directives in bignum.h to enable 64-bit
+     compilation when using ARM Compiler 6.
 
 Changes
    * Removed mutexes from ECP hardware accelerator code. Now all hardware