This is true, but I don't think your point entirely fair either. Zig's design lends itself to writing this style of code. In contrast the usual way(s) C++ is used encourages code that makes these types of optimizations hard/impossible. In practical terms, if you wanted to write fast software, the ergonomics of the language allowing you to use the desired architecture matter a lot.
(Also, you're replying to the primary author of Zig and presenter of that talk, if you weren't aware.)
While ergonomics matter, I don’t believe the question is settled at all - for very high performance applications C++ is the answer for a long time to come.
(Also, you're replying to the primary author of Zig and presenter of that talk, if you weren't aware.)