AudioNodeEngineSSE2.cpp (408B)
1 /* -*- mode: c++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 2 /* this source code form is subject to the terms of the mozilla public 3 * license, v. 2.0. if a copy of the mpl was not distributed with this file, 4 * You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 6 #include "AudioNodeEngineGenericImpl.h" 7 8 namespace mozilla { 9 template struct Engine<xsimd::sse2>; 10 } // namespace mozilla