Skip to content

Commit

Permalink
moved to issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal committed Mar 23, 2021
1 parent e525785 commit 450b6e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/TODO
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Modules we still need to use in 2020

# task: find out efficiently if array of unsigned chars is all 0s
# - cast to uint64_t, use XOR, go in multiplies of sizeof (uint64_t)
# until the end, check the rest of bytes

# When bit operations are introduced, use src/cast-intptr.c as it uses ^

# Before using this, add the C99 specification paragraph number that allows
Expand Down

0 comments on commit 450b6e4

Please sign in to comment.