<?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 AMD support &amp; multithreading in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/AMD-support-multithreading/m-p/915661#M15088</link>
    <description>&lt;P&gt;Hi there. &lt;/P&gt;
&lt;P&gt;I have4 quick questions:&lt;/P&gt;
&lt;P&gt;-I own an AMD (because I have 3DNow code to maintain and because well, I prefer its FPU performances). Fortunately the IPP seems to give a nice speedup on it, so I'm assuming that even though it has no direct optimized support for AMD's, it does let it run SSE and/or SSE2 code. &lt;BR /&gt;So I'm asking: this support won't go in the future, right?&lt;/P&gt;
&lt;P&gt;-We use static linking (to reduce download size) and I just read there's no multithreading available with static linking. I was just wondering the reason of that? &lt;/P&gt;
&lt;P&gt;-Our application (sequencer) defaults to 80bit FPU precision (because, why not?), but I read the IPP are designed for 64bit precision. &lt;BR /&gt;I wouldn't like to have tochange the FPU state before calling IPP functions, so I'm asking, is it just a matter of functions returning a higher precision than declared? If so, I have no prob with that. Or can it really lead to very erratic results?&lt;/P&gt;
&lt;P&gt;-I'm surprised there's no Threshold_LTAbsVal function, because, isn't it common to set close-to-tiny-numbers to zero to avoid denormalization? Or course LTAbs works, but it's better to force to zero as a real zero signal can be quickly recognized &amp;amp; bypassed if possible. &lt;BR /&gt;Not really a problem as I have my own all-integer function to do this, though. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;FONT face="Courier New" color="#0033ff" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2006 14:24:48 GMT</pubDate>
    <dc:creator>gol</dc:creator>
    <dc:date>2006-07-18T14:24:48Z</dc:date>
    <item>
      <title>AMD support &amp; multithreading</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AMD-support-multithreading/m-p/915661#M15088</link>
      <description>&lt;P&gt;Hi there. &lt;/P&gt;
&lt;P&gt;I have4 quick questions:&lt;/P&gt;
&lt;P&gt;-I own an AMD (because I have 3DNow code to maintain and because well, I prefer its FPU performances). Fortunately the IPP seems to give a nice speedup on it, so I'm assuming that even though it has no direct optimized support for AMD's, it does let it run SSE and/or SSE2 code. &lt;BR /&gt;So I'm asking: this support won't go in the future, right?&lt;/P&gt;
&lt;P&gt;-We use static linking (to reduce download size) and I just read there's no multithreading available with static linking. I was just wondering the reason of that? &lt;/P&gt;
&lt;P&gt;-Our application (sequencer) defaults to 80bit FPU precision (because, why not?), but I read the IPP are designed for 64bit precision. &lt;BR /&gt;I wouldn't like to have tochange the FPU state before calling IPP functions, so I'm asking, is it just a matter of functions returning a higher precision than declared? If so, I have no prob with that. Or can it really lead to very erratic results?&lt;/P&gt;
&lt;P&gt;-I'm surprised there's no Threshold_LTAbsVal function, because, isn't it common to set close-to-tiny-numbers to zero to avoid denormalization? Or course LTAbs works, but it's better to force to zero as a real zero signal can be quickly recognized &amp;amp; bypassed if possible. &lt;BR /&gt;Not really a problem as I have my own all-integer function to do this, though. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;FONT face="Courier New" color="#0033ff" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2006 14:24:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AMD-support-multithreading/m-p/915661#M15088</guid>
      <dc:creator>gol</dc:creator>
      <dc:date>2006-07-18T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: AMD support &amp; multithreading</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/AMD-support-multithreading/m-p/915662#M15089</link>
      <description>&lt;P&gt;Please find my comments below&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;IMG src="https://community.intel.com/file/6745" /&gt; &lt;STRONG&gt;gol:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi there. &lt;/P&gt;
&lt;P&gt;I have4 quick questions:&lt;/P&gt;
&lt;P&gt;-I own an AMD (because I have 3DNow code to maintain and because well, I prefer its FPU performances). Fortunately the IPP seems to give a nice speedup on it, so I'm assuming that even though it has no direct optimized support for AMD's, it does let it run SSE and/or SSE2 code. &lt;BR /&gt;So I'm asking: this support won't go in the future, right?&lt;BR /&gt;VD&amp;gt; &lt;FONT face="Arial" color="#0000ff"&gt;it will. Ipp supports cpu by features, not by company name&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;-We use static linking (to reduce download size) and I just read there's no multithreading available with static linking. I was just wondering the reason of that?&lt;BR /&gt;VD&amp;gt; &lt;FONT color="#0000ff"&gt;several ones, one of them is driver support&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;-Our application (sequencer) defaults to 80bit FPU precision (because, why not?), but I read the IPP are designed for 64bit precision. &lt;BR /&gt;I wouldn't like to have tochange the FPU state before calling IPP functions, so I'm asking, is it just a matter of functions returning a higher precision than declared? If so, I have no prob with that. Or can it really lead to very erratic results?&lt;BR /&gt;VD&amp;gt; &lt;FONT color="#0000ff"&gt;almost in all the cases ipp doesn't change cpu precision meaning customer setting will work&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;-I'm surprised there's no Threshold_LTAbsVal function, because, isn't it common to set close-to-tiny-numbers to zero to avoid denormalization? Or course LTAbs works, but it's better to force to zero as a real zero signal can be quickly recognized &amp;amp; bypassed if possible. &lt;BR /&gt;Not really a problem as I have my own all-integer function to do this, though.&lt;BR /&gt;VD&amp;gt; &lt;FONT color="#0000ff"&gt;the function is not about "close-to-tiny" (can be used though), it is just convetional functionality&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;FONT face="Courier New" color="#0033ff" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:44:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/AMD-support-multithreading/m-p/915662#M15089</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-08-02T17:44:20Z</dc:date>
    </item>
  </channel>
</rss>

