-
-
Save conor-pwbot/6567df9976ab48148ba0f2e91a2d4de2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Detected static functions without inline keyword in header files: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Detected static functions without inline keyword in header files: | |
+ | |
+static void xor_vector_2(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2) | |
-- | |
+ | |
+static void xor_vector_3(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2, | |
-- | |
+ | |
+static void xor_vector_4(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2, | |
-- | |
+ | |
+static void xor_vector_5(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========== | |
header_inline - FAILED | |
Detected static functions without inline keyword in header files: | |
+ | |
+static void xor_vector_2(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2) | |
-- | |
+ | |
+static void xor_vector_3(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2, | |
-- | |
+ | |
+static void xor_vector_4(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2, | |
-- | |
+ | |
+static void xor_vector_5(unsigned long bytes, unsigned long *__restrict p1, | |
+ const unsigned long *__restrict p2, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment