Advertisement
Guest User

Untitled

a guest
May 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp: In instantiation of 'constexpr {anonymous}::GenerateTable<Generator, 0, Index ...>::GenerateTable() [with Generator = {anonymous}::SSEGenerator; unsigned int ...Index = {0, 1, 2, 3}]':
  2. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp:19:8: required from here
  3. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp:29:2: warning: ignoring attributes on template argument 'void (* const)(__m128i*, const __m128i*) {aka void (* const)(__vector(2) long long int*, const __vector(2) long long int*)}' [-Wignored-attributes]
  4. }
  5. ^
  6. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp: In constructor 'constexpr {anonymous}::GenerateTable<{anonymous}::SSEGenerator, 2, 2, 3>::GenerateTable()':
  7. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp:19:8: note: synthesized method 'constexpr {anonymous}::GenerateTable<{anonymous}::SSEGenerator, 1, 1, 2, 3>::GenerateTable()' first required here
  8. struct GenerateTable : GenerateTable<Generator, N - 1, N - 1, Index...> {
  9. ^~~~~~~~~~~~~
  10. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp: In constructor 'constexpr {anonymous}::GenerateTable<{anonymous}::SSEGenerator, 3, 3>::GenerateTable()':
  11. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp:19:8: note: synthesized method 'constexpr {anonymous}::GenerateTable<{anonymous}::SSEGenerator, 2, 2, 3>::GenerateTable()' first required here
  12. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp: In constructor 'constexpr {anonymous}::GenerateTable<{anonymous}::SSEGenerator, 4>::GenerateTable()':
  13. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp:19:8: note: synthesized method 'constexpr {anonymous}::GenerateTable<{anonymous}::SSEGenerator, 3, 3>::GenerateTable()' first required here
  14. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp: At global scope:
  15. /home/kallisti5/Code/haiku/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp:98:49: note: synthesized method 'constexpr {anonymous}::GenerateTable<{anonymous}::SSEGenerator, 4>::GenerateTable()' first required here
  16. constexpr static GenerateTable<SSEGenerator, 4> table_sse;
  17. ^~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement