Compile with fno-exceptions

This commit is contained in:
msqr1
2024-10-07 17:21:25 -07:00
parent ed56baa1bb
commit 1fcd5fe9b4
6 changed files with 10 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ index 55d9991..c111038 100644
+const v128_t _32768fx4{wasm_f32x4_const_splat(32768.0f)};
bool Recognizer::AcceptWaveform(const float *fdata, int len)
-{
+{
+{
Vector<BaseFloat> wave;
wave.Resize(len, kUndefined);
- for (int i = 0; i < len; i++)