Re: [PATCH -perfbook 0/6] CodeSamples: Make non-default combinations of cc and -O levels happy

Akira Yokosawa <[email protected]> Mon, 6 Jan 2025 11:57:49 +0900
Newsgroups org.kernel.vger.perfbook
Message-ID <[email protected]>
On Sun, 5 Jan 2025 11:02:11 -0800, Paul E. McKenney wrote:
[...]
> 
> Queued and pushed, thank you very much!  And happy perfect-square
> new year!

You mean: 45**2 == 2025 ?

You can go further:

   (1+2+3+4+5+6+7+8+9)**2 == 2025

, and

   1**3 + 2**3 + 3**3 + 4**3 + 5**3 + 6**3 + 7**3 + 8**3 + 9**3 == 2025

Happy new year!

Akira