Noticed this while cleaning up the 32-bit x86 code. We baseline our 64-bit x86 to be at least UseSSE=2. Therefore we still need to check for features UseSSE >= 2. I have found a few places where we do NOT_LP64 for these checks.
- links to
-
Commit(master) openjdk/jdk/7c944ee6
-
Review(master) openjdk/jdk/22432