hopefully fix the build, and actually use the options
[ardour.git] / libs / ardour / buffer.cc
index 8abe238a4752c98d428de8321b5ec8dca525d672..21803c3854c66646cc34784998eee8ba1e9ebcec 100644 (file)
     675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
-#include <ardour/buffer.h>
-#include <ardour/audio_buffer.h>
-#include <ardour/midi_buffer.h>
-
-#ifdef __x86_64__
-static const int CPU_CACHE_ALIGN = 64;
-#else
-static const int CPU_CACHE_ALIGN = 16; /* arguably 32 on most arches, but it matters less */
-#endif
+#include "ardour/buffer.h"
+#include "ardour/audio_buffer.h"
+#include "ardour/midi_buffer.h"
 
 namespace ARDOUR {