Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boring-sys/patches/boring-pq.patch
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ index d3ea02090..ccb5b3d9b 100644
+ for(i=0;i<len;i++)
+ r |= a[i] ^ b[i];
+
+ return (-(uint64_t)r) >> 63;
+ return (0-(uint64_t)r) >> 63;
+}
+
+/*************************************************
Expand Down
Loading