tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

CharacterDataBufferSSE2.cpp (449B)


      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 "CharacterDataBufferGeneric.h"
      7 
      8 namespace mozilla {
      9 template int32_t FirstNon8Bit<xsimd::sse2>(const char16_t*, const char16_t*);
     10 }  // namespace mozilla