From 571cbb33901b2a6b6fbc6f311723bc9bc561e731 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Aug 2012 02:13:56 +0000 Subject: Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). Custom SSE accelerated peak detection when SSE is available at compile time. Less mixing overhead in general. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4651 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/BufferFactory.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/BufferFactory.hpp') diff --git a/src/server/BufferFactory.hpp b/src/server/BufferFactory.hpp index 643c5d97..242cf31a 100644 --- a/src/server/BufferFactory.hpp +++ b/src/server/BufferFactory.hpp @@ -29,7 +29,6 @@ #include "ingen/Forge.hpp" #include "ingen/URIs.hpp" -#include "Buffer.hpp" #include "BufferRef.hpp" #include "PortType.hpp" #include "types.hpp" -- cgit v1.2.1