<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: avx support</title>
		<link>http://www.k-wave.org/forum/topic/avx-support</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:01:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/avx-support" rel="self" type="application/rss+xml" />

		<item>
			<title>Jiri Jaros on "avx support"</title>
			<link>http://www.k-wave.org/forum/topic/avx-support#post-4561</link>
			<pubDate>Thu, 05 Jun 2014 09:12:45 +0000</pubDate>
			<dc:creator>Jiri Jaros</dc:creator>
			<guid isPermaLink="false">4561@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi yuvalbs,&#60;/p&#62;
&#60;p&#62;The binaries only support the SSE2 extension in order to run on a wide range of CPUs.&#60;br /&#62;
If you want to use AVX, you need to build the codes by yourself.&#60;/p&#62;
&#60;p&#62;1) It is necessary to build FFTW with the AVX support&#60;br /&#62;
&#60;code&#62;./configure --enable-avx (other necessary parameters)&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;2) Find the DimensionSizes.h file in the Utils folder and change&#60;br /&#62;
&#60;code&#62;const int SSE_ALIGNMENT = 16;&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;code&#62;const int SSE_ALIGNMENT = 32;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3) Modify k-Wave's makefile by adding -mavx flag to the g++ compiler, or -xavx to the intel compiler&#60;/p&#62;
&#60;p&#62;Jiri
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yuvalbs on "avx support"</title>
			<link>http://www.k-wave.org/forum/topic/avx-support#post-4560</link>
			<pubDate>Thu, 05 Jun 2014 08:30:31 +0000</pubDate>
			<dc:creator>yuvalbs</dc:creator>
			<guid isPermaLink="false">4560@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;dose any of the binaries can make use of the AVX instructions,&#60;br /&#62;
or do I have to compile one my self?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
