summaryrefslogtreecommitdiffstats
path: root/dom/media/webaudio/AudioNodeEngineNEON.cpp
blob: 93f5c8528522ac93bd706fc84d9347a9436b6c6b (plain)
1
2
3
4
5
6
7
8
9
/* -*- mode: c++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* this source code form is subject to the terms of the mozilla public
 * license, v. 2.0. if a copy of the mpl was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "AudioNodeEngineGenericImpl.h"
namespace mozilla {
template struct Engine<xsimd::neon>;
}  // namespace mozilla