On Thu, 5 Jun 2025 09:24:10 GMT, Emanuel Peter <epe...@openjdk.org> wrote:
> FYI: `BoolTest::negate` already does what you want: `mask negate( ) const { > return mask(_test^4); }` I think you should use that instead :) Indeed, I hadn't noticed that, thank you. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24674#issuecomment-2943449327