<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1716147#M7160</link>
    <description>&lt;P&gt;Hi Ady,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are multiple issues here, one is related to the incorrect MaxVectorSize reported by the JVM, and another one is associated with a crash seen on JVM startup with SDE 9.58.&lt;/P&gt;&lt;P&gt;While I understand that MaxVectorSize computation is solely dependent on CPU feature checks and the ability to perform successful ZMM register save restoration across signal handling during JVM initialization, there seems to be some problem in save/restoration of ZMM across signal handling with SDE, especially on AMD targets with DMR, GNR, and older Xeons emulation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;TURIN&amp;gt;lscpu&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Architecture: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPU op-mode(s): 32-bit, 64-bit&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Address sizes: 52 bits physical, 57 bits virtual&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Byte Order: Little Endian&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPU(s): 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;On-line CPU(s) list: 0,1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Vendor ID: AuthenticAMD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Model name: AMD EPYC 9B45&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPU family: 26&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Model: 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Thread(s) per core: 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Core(s) per socket: 1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;TURIN&amp;gt;sde64 -dmr -- java -XX:+PrintFlagsFinal --version | grep MaxVectorSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;intx MaxVectorSize = 16 {C2 product} {default}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;TURIN&amp;gt;java -XX:+PrintFlagsFinal --version | grep MaxVectorSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;intx MaxVectorSize = 64 {C2 product} {default}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Given that AVX10 support for converged vector ISA will also be supported by AMD, SDE emulation support at MaxVectorSize is important here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have logged an issue in Java Bug System (JBS) for this&amp;nbsp;&lt;A href="https://bugs.openjdk.org/browse/JDK-8367314" target="_blank" rel="noopener"&gt;https://bugs.openjdk.org/browse/JDK-8367314&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will add more information here after further debugging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jatin Bhateja&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 10 Sep 2025 08:22:51 GMT</pubDate>
    <dc:creator>Jatin_Bhateja</dc:creator>
    <dc:date>2025-09-10T08:22:51Z</dc:date>
    <item>
      <title>Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1711526#M7158</link>
      <description>&lt;P&gt;Hi SDE Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using latest SDE version 9.58 and experiencing a strange problem on AMD targets.&lt;/P&gt;&lt;P&gt;When I try to query target supported MaxVectorSize through Java virtual machine on an x86 AVX512 AMD Ryzen 7 system it reports incorrect value as 16 bytes, without SDE I see correct value i.e. 64 bytes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROMPT&amp;gt;sde64 --version&lt;/P&gt;&lt;P&gt;Intel(R) Software Development Emulator. Version: 9.58.0 external (0)&lt;/P&gt;&lt;P&gt;Copyright (C) 2008-2025, Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROMPT&amp;gt;java --version&lt;/P&gt;&lt;P&gt;openjdk 25-ea 2025-09-16&lt;/P&gt;&lt;P&gt;OpenJDK Runtime Environment (build 25-ea+27-3363)&lt;/P&gt;&lt;P&gt;OpenJDK 64-Bit Server VM (build 25-ea+27-3363, mixed mode, sharing)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROMPT&amp;gt;java -XX:+PrintFlagsFinal --version | grep MaxVectorSize&lt;/P&gt;&lt;P&gt;intx MaxVectorSize = 64 {C2 product} {default}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROMPT&amp;gt;sde64 -dmr -- java -XX:+PrintFlagsFinal --version | grep MaxVectorSize&lt;/P&gt;&lt;P&gt;intx MaxVectorSize = 16 {C2 product} {default}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spent some time to debug the issue, it could be in the OS state save / restoration, but I also see some strange non-determinisim around VPBROADCASTD instruction. Original value in lower 32 bits of XMM0 is not broadcasted to all the lanes of ZMM0 register, please refer screenshot of issue in the attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you need more information from my end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jatin&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Aug 2025 06:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1711526#M7158</guid>
      <dc:creator>Jatin_Bhateja</dc:creator>
      <dc:date>2025-08-25T06:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1715091#M7159</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have no access to AMD machine and I was unable to reproduce this on my Intel platforms with the JVM version I have.&lt;/P&gt;
&lt;P&gt;It might be CPUID bits in the DMR CPUID configuration that are not set correctly. But it is hard to tell which ones. Our emulation for CPUID instruction is approximate and it does not provide full accurate representation of the simulated CPU.&lt;/P&gt;
&lt;P&gt;Does it happen with any emulated CPU or only with DMR?&lt;/P&gt;
&lt;P&gt;Ady.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 09:31:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1715091#M7159</guid>
      <dc:creator>AdyT_Intel</dc:creator>
      <dc:date>2025-09-04T09:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1716147#M7160</link>
      <description>&lt;P&gt;Hi Ady,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are multiple issues here, one is related to the incorrect MaxVectorSize reported by the JVM, and another one is associated with a crash seen on JVM startup with SDE 9.58.&lt;/P&gt;&lt;P&gt;While I understand that MaxVectorSize computation is solely dependent on CPU feature checks and the ability to perform successful ZMM register save restoration across signal handling during JVM initialization, there seems to be some problem in save/restoration of ZMM across signal handling with SDE, especially on AMD targets with DMR, GNR, and older Xeons emulation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;TURIN&amp;gt;lscpu&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Architecture: x86_64&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPU op-mode(s): 32-bit, 64-bit&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Address sizes: 52 bits physical, 57 bits virtual&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Byte Order: Little Endian&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPU(s): 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;On-line CPU(s) list: 0,1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Vendor ID: AuthenticAMD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Model name: AMD EPYC 9B45&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPU family: 26&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Model: 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Thread(s) per core: 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Core(s) per socket: 1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;TURIN&amp;gt;sde64 -dmr -- java -XX:+PrintFlagsFinal --version | grep MaxVectorSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;intx MaxVectorSize = 16 {C2 product} {default}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;TURIN&amp;gt;java -XX:+PrintFlagsFinal --version | grep MaxVectorSize&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;intx MaxVectorSize = 64 {C2 product} {default}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Given that AVX10 support for converged vector ISA will also be supported by AMD, SDE emulation support at MaxVectorSize is important here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have logged an issue in Java Bug System (JBS) for this&amp;nbsp;&lt;A href="https://bugs.openjdk.org/browse/JDK-8367314" target="_blank" rel="noopener"&gt;https://bugs.openjdk.org/browse/JDK-8367314&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will add more information here after further debugging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jatin Bhateja&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Sep 2025 08:22:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1716147#M7160</guid>
      <dc:creator>Jatin_Bhateja</dc:creator>
      <dc:date>2025-09-10T08:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1716149#M7161</link>
      <description>&lt;P&gt;Please use latest JDK-26 for verification&amp;nbsp;&lt;A href="https://download.java.net/java/early_access/jdk26/14/GPL/openjdk-26-ea+14_linux-x64_bin.tar.gz" target="_blank"&gt;https://download.java.net/java/early_access/jdk26/14/GPL/openjdk-26-ea+14_linux-x64_bin.tar.gz&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 08:24:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1716149#M7161</guid>
      <dc:creator>Jatin_Bhateja</dc:creator>
      <dc:date>2025-09-10T08:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1716150#M7162</link>
      <description>&lt;P&gt;It seems "serialize" instruction supported since Sapphire Rapids see as illegal instruciton in AMD Turin DMR emulation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TURIN&amp;gt;cat test.c&lt;/P&gt;&lt;P&gt;int main() {&lt;BR /&gt;asm volatile ("serialize" : : : );&lt;BR /&gt;return 1;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TURIN&amp;gt;sudo gcc test.c -o app&lt;BR /&gt;TURIN&amp;gt;sde64 -dmr -- ./app&lt;BR /&gt;Illegal instruction at address = 579fc27b1131: 0f 01 e8 b8 01 00 00 00 5d c3 00 f3 0f 1e fa&lt;BR /&gt;Image name: /home/sandboxes/app&lt;BR /&gt;Offset in image: 0x1131&lt;BR /&gt;If you believe your application should attempt to execute&lt;BR /&gt;this illegal instruction (and others that may be present),&lt;BR /&gt;Then use this knob: -emit-illegal-insts 0&lt;BR /&gt;and this error message will be avoided.&lt;BR /&gt;Use -print-exception-details to get more details.&lt;/P&gt;&lt;P&gt;SDE ERROR: Illegal instruction at address = 579fc27b1131: 0f 01 e8 b8 01 00 00 00 5d c3 00 f3 0f 1e fa&lt;BR /&gt;Image name: /home/sandboxes/app&lt;BR /&gt;Offset in image: 0x1131&lt;BR /&gt;If you believe your application should attempt to execute&lt;BR /&gt;this illegal instruction (and others that may be present),&lt;BR /&gt;Then use this knob: -emit-illegal-insts 0&lt;BR /&gt;and this error message will be avoided.&lt;BR /&gt;Use -print-exception-details to get more details.&lt;/P&gt;&lt;P&gt;exception info: thread index = 0,context change reason = 0,exception code = 0x4&lt;BR /&gt;Backtrace:&lt;BR /&gt;==========&lt;BR /&gt;main+0x000000008 at /home/sandboxes/app+0x000001131&lt;BR /&gt;__libc_init_first+0x000000088 at /lib/x86_64-linux-gnu/libc.so.6+0x00002a578&lt;BR /&gt;__libc_start_main+0x00000008b at /lib/x86_64-linux-gnu/libc.so.6+0x00002a63b&lt;BR /&gt;_start+0x000000025 at /home/sandboxes/app+0x000001065&lt;/P&gt;&lt;P&gt;Error opening the file sde-error.txt&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Sep 2025 08:35:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1716150#M7162</guid>
      <dc:creator>Jatin_Bhateja</dc:creator>
      <dc:date>2025-09-10T08:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1731048#M7172</link>
      <description>&lt;P&gt;Awaiting response.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Dec 2025 07:42:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1731048#M7172</guid>
      <dc:creator>Jatin_Bhateja</dc:creator>
      <dc:date>2025-12-22T07:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect MaxVectorSize Reported by JVM on AMD targets under SDE</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1735665#M7174</link>
      <description>&lt;P&gt;Intel SDE wrongly assumes that the&amp;nbsp;SERIALIZE instruction is natively supported by the host.&lt;/P&gt;
&lt;P&gt;You can tell it to force emulation by adding the knob:&amp;nbsp;-force-emulate SPR to the command line.&lt;/P&gt;
&lt;P&gt;This knob is using the emulation code for all SPR instructions even if it thinks that they are supported.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 14:12:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Incorrect-MaxVectorSize-Reported-by-JVM-on-AMD-targets-under-SDE/m-p/1735665#M7174</guid>
      <dc:creator>AdyT_Intel</dc:creator>
      <dc:date>2026-02-03T14:12:01Z</dc:date>
    </item>
  </channel>
</rss>

