nsHtml5TokenizerSIMDStubs.cpp (1505B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 #include "nsHtml5Tokenizer.h" 6 7 int32_t nsHtml5Tokenizer::StateLoopFastestSIMD(int32_t state, char16_t c, 8 int32_t pos, char16_t* buf, 9 bool reconsume, 10 int32_t returnState, 11 int32_t endPos) { 12 MOZ_RELEASE_ASSERT(false, "Inconsistent build config"); 13 return 0; 14 } 15 16 int32_t nsHtml5Tokenizer::StateLoopLineColSIMD(int32_t state, char16_t c, 17 int32_t pos, char16_t* buf, 18 bool reconsume, 19 int32_t returnState, 20 int32_t endPos) { 21 MOZ_RELEASE_ASSERT(false, "Inconsistent build config"); 22 return 0; 23 } 24 25 int32_t nsHtml5Tokenizer::StateLoopViewSourceSIMD(int32_t state, char16_t c, 26 int32_t pos, char16_t* buf, 27 bool reconsume, 28 int32_t returnState, 29 int32_t endPos) { 30 MOZ_RELEASE_ASSERT(false, "Inconsistent build config"); 31 return 0; 32 }