Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OTRv4
libgoldilocks
Commits
47b06f3e
Commit
47b06f3e
authored
Sep 28, 2014
by
Mike Hamburg
Browse files
Spell __clang_minor__ correctly. Also, this and the prev patch should fix SUPERCOP problems
parent
e692da09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/word.h
View file @
47b06f3e
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment