Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
pypocketfft
Commits
9f28d537
Commit
9f28d537
authored
Jan 08, 2020
by
Martin Reinecke
Browse files
use Peter's version
parent
6bbf1380
Changes
1
Hide whitespace changes
Inline
Side-by-side
pocketfft_hdronly.h
View file @
9f28d537
...
@@ -111,13 +111,11 @@ constexpr bool FORWARD = true,
...
@@ -111,13 +111,11 @@ constexpr bool FORWARD = true,
// do nothing. This is necessary because this compiler also sets __GNUC__.
// do nothing. This is necessary because this compiler also sets __GNUC__.
#elif defined(__clang__)
#elif defined(__clang__)
#ifdef __APPLE__
#ifdef __APPLE__
#if __clang__>=5
# if (__clang_major__ > 9) || (__clang_major__ == 9 && __clang_minor__ >= 3)
#undef POCKETFFT_NO_VECTORS
# undef POCKETFFT_NO_VECTORS
#endif
# endif
#else
#elif __clang_major__ >= 5
#if __clang_major__>=5
# undef POCKETFFT_NO_VECTORS
#undef POCKETFFT_NO_VECTORS
#endif
#endif
#endif
#elif defined(__GNUC__)
#elif defined(__GNUC__)
#if __GNUC__>=5
#if __GNUC__>=5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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