SHA2's "magic numbers" are uint32s: the fractional parts of the square roots of the first 8 primes and the fractional parts of the cube roots of the first 64 primes.
A precomputed table is 288 bytes.
How many bytes of x86_64 assembly would be needed to generate them?
Reply with your estimate.