<?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 Hi. in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Microsoft-Visual-Studio-Version-16-3-1/m-p/1169793#M3167</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;We do not currently support VS 2019 at this time. I'll let the team know about the change from VS 2019 16.2 to 16.3.1 to determine why there seems to be this issue with the intrinsics above.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Francisco&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 15:25:04 GMT</pubDate>
    <dc:creator>Francisco_C_Intel</dc:creator>
    <dc:date>2019-09-26T15:25:04Z</dc:date>
    <item>
      <title>Microsoft Visual Studio Version 16.3.1</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Microsoft-Visual-Studio-Version-16-3-1/m-p/1169792#M3166</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;After updating&amp;nbsp;msvs to 16.3.1 I am unable to build my Enclave code. Everything was buildable with previous version of msvs (16.2).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my build output:&lt;/P&gt;
&lt;PRE class="brush:bash; wrap-lines:false;"&gt;1&amp;gt;predefined C++ types (compiler internal)(309,5): error C3861: '_BitScanForward': identifier not found
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(764): message : see reference to function template instantiation 'int __ctz_helper&amp;lt;unsigned int&amp;gt;(_T)' being compiled
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(764): message :         with
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(764): message :         [
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(764): message :             _T=unsigned int
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(764): message :         ]
1&amp;gt;predefined C++ types (compiler internal)(325,5): error C3861: '_BitScanForward': identifier not found
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(778): message : see reference to function template instantiation 'int __ctz_helper64&amp;lt;unsigned __int64&amp;gt;(_T)' being compiled
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(778): message :         with
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(778): message :         [
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(778): message :             _T=unsigned __int64
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(778): message :         ]
1&amp;gt;predefined C++ types (compiler internal)(329,5): error C3861: '_BitScanForward': identifier not found
1&amp;gt;predefined C++ types (compiler internal)(278,5): error C3861: '_BitScanReverse': identifier not found
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(786): message : see reference to function template instantiation 'int __clz_helper&amp;lt;unsigned int&amp;gt;(_T)' being compiled
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(786): message :         with
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(786): message :         [
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(786): message :             _T=unsigned int
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(786): message :         ]
1&amp;gt;predefined C++ types (compiler internal)(294,5): error C3861: '_BitScanReverse': identifier not found
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(800): message : see reference to function template instantiation 'int __clz_helper64&amp;lt;unsigned __int64&amp;gt;(_T)' being compiled
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(800): message :         with
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(800): message :         [
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(800): message :             _T=unsigned __int64
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(800): message :         ]
1&amp;gt;predefined C++ types (compiler internal)(298,5): error C3861: '_BitScanReverse': identifier not found
1&amp;gt;predefined C++ types (compiler internal)(342,25): error C3861: '__popcnt': identifier not found
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(804): message : see reference to function template instantiation 'int __popcount_helper&amp;lt;unsigned __int64&amp;gt;(_T)' being compiled
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(804): message :         with
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(804): message :         [
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(804): message :             _T=unsigned __int64
1&amp;gt;C:\Program Files (x86)\Intel\IntelSGXSDK\include\libc++\algorithm(804): message :         ]
1&amp;gt;predefined C++ types (compiler internal)(342,78): error C3861: '__popcnt': identifier not found&lt;/PRE&gt;

&lt;P&gt;Could you please provide me some information how can I solve this issue?&lt;/P&gt;
&lt;P&gt;Thank you for your time.&lt;/P&gt;
&lt;P&gt;David K.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 14:13:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Microsoft-Visual-Studio-Version-16-3-1/m-p/1169792#M3166</guid>
      <dc:creator>Komarek__David</dc:creator>
      <dc:date>2019-09-26T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Hi.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Microsoft-Visual-Studio-Version-16-3-1/m-p/1169793#M3167</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;We do not currently support VS 2019 at this time. I'll let the team know about the change from VS 2019 16.2 to 16.3.1 to determine why there seems to be this issue with the intrinsics above.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Francisco&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 15:25:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Microsoft-Visual-Studio-Version-16-3-1/m-p/1169793#M3167</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2019-09-26T15:25:04Z</dc:date>
    </item>
  </channel>
</rss>

