Browse Source

Spell __clang_minor__ correctly. Also, this and the prev patch should fix SUPERCOP problems

master
Mike Hamburg 10 years ago
parent
commit
47b06f3ee3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/word.h

+ 1
- 1
src/include/word.h View File

@@ -27,7 +27,7 @@
#endif

#if ((__SIZEOF_INT128__ == 16 \
|| 10*__clang_major__ + __clang_minor <= 32) \
|| 10*__clang_major__ + __clang_minor__ <= 32) \
&& __SIZEOF_SIZE_T__ == 8 \
&& (__SIZEOF_LONG__==8 || __POINTER_WIDTH__==64) \
&& !defined(GOLDI_FORCE_32_BIT))


Loading…
Cancel
Save