On Thu, 28 May 2026 20:36:48 GMT, Xueming Shen <[email protected]> wrote:
> We don't have a real issue here, with the public VectorOperators.OR, because > it's VO_NOFP. So probably not a blocker. The potential risk is the private op > OR_UNCHECKED, which ignores the NOFP flag (?). Oh, nice find. I would be inclined to remove this case, and log an issue for a follow up PR to remove it completely. It's a dead code path. If we find a use case later on we can always add it back with appropriate intrinsic support. ------------- PR Comment: https://git.openjdk.org/jdk/pull/28002#issuecomment-4568642676
