[JDK-8378312](https://bugs.openjdk.org/browse/JDK-8378312) updated method signature to intrinsify functions provided by SVML / SLEEF. However it does not have change for X-Vector.java.template, so DoubleVector.java and FloatVector.java would be back to older signature if the developer re-generate Vecotr API source code via gen-src.sh.
This PR fixes to align X-Vector.java.template with current DoubleVector and FloatVector. ------------- Commit messages: - 8379039: Build failure on vector API source generation after JDK-8378312 Changes: https://git.openjdk.org/jdk/pull/30025/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30025&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379039 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/30025.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30025/head:pull/30025 PR: https://git.openjdk.org/jdk/pull/30025
