shithub: hj264

Download patch

ref: 9b69b3a085047cf76cccd16ed098cf040436c68d
parent: 613f2b06502218ec5e9b541246be7469dcf2beca
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Jul 14 15:08:04 EDT 2021

forgot to add builtins.h (thanks kemal)

--- /dev/null
+++ b/builtins.h
@@ -1,0 +1,5 @@
+#ifdef __amd64__
+#define memcpy memcpyf
+#endif
+int __builtin_clz(unsigned int x);
+unsigned int __builtin_bswap32(unsigned int x);