Skip to content

Instantly share code, notes, and snippets.

@conor-pwbot
Created September 13, 2023 03:03
Show Gist options
  • Save conor-pwbot/6567df9976ab48148ba0f2e91a2d4de2 to your computer and use it in GitHub Desktop.
Save conor-pwbot/6567df9976ab48148ba0f2e91a2d4de2 to your computer and use it in GitHub Desktop.
Detected static functions without inline keyword in header files: 1
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,
==========
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