hopefully fix the build, and actually use the options
[ardour.git] / libs / ardour / buffer.cc
index 14154810da28775b9344f2e35fc1f4fbfb667fd9..21803c3854c66646cc34784998eee8ba1e9ebcec 100644 (file)
 #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
-
 namespace ARDOUR {