Bug 1839170 - Refactor Snap pulling, Add Firefox Snap Core22 and GNOME 42 SDK symbols...
[gecko.git] / dom / media / webaudio / AudioNodeEngineSSE2.cpp
blob558cd866fdd49432f9aaf6d1cb0121d0d230e8ed
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/. */
6 #include "AudioNodeEngineGenericImpl.h"
8 namespace mozilla {
9 template struct Engine<xsimd::sse2>;
10 } // namespace mozilla