@@ -347,7 +347,7 @@ aot_compile_op_i32_trunc_f32(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
347
347
348
348
POP_F32 (value );
349
349
350
- #if !defined(BUILD_TARGET_XTENSA )
350
+ #if !defined(BUILD_TARGET_XTENSA )
351
351
if (!comp_ctx -> is_indirect_mode ) {
352
352
#endif
353
353
if (sign ) {
@@ -404,9 +404,9 @@ aot_compile_op_i32_trunc_f64(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
404
404
405
405
POP_F64 (value );
406
406
407
- #if !defined(BUILD_TARGET_XTENSA )
407
+ #if !defined(BUILD_TARGET_XTENSA )
408
408
if (!comp_ctx -> is_indirect_mode ) {
409
- #endif
409
+ #endif
410
410
if (sign ) {
411
411
min_value = F64_CONST (-2147483649.0 );
412
412
max_value = F64_CONST (2147483648.0 );
@@ -415,7 +415,7 @@ aot_compile_op_i32_trunc_f64(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
415
415
min_value = F64_CONST (-1.0 );
416
416
max_value = F64_CONST (4294967296.0 );
417
417
}
418
- #if !defined(BUILD_TARGET_XTENSA )
418
+ #if !defined(BUILD_TARGET_XTENSA )
419
419
}
420
420
else {
421
421
WASMValue wasm_value ;
@@ -436,7 +436,7 @@ aot_compile_op_i32_trunc_f64(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
436
436
comp_ctx , func_ctx -> native_symbol , & wasm_value , VALUE_TYPE_F64 );
437
437
}
438
438
}
439
- #endif
439
+ #endif
440
440
CHECK_LLVM_CONST (min_value );
441
441
CHECK_LLVM_CONST (max_value );
442
442
@@ -562,9 +562,9 @@ aot_compile_op_i64_trunc_f32(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
562
562
563
563
POP_F32 (value );
564
564
565
- #if !defined(BUILD_TARGET_XTENSA )
565
+ #if !defined(BUILD_TARGET_XTENSA )
566
566
if (!comp_ctx -> is_indirect_mode ) {
567
- #endif
567
+ #endif
568
568
if (sign ) {
569
569
min_value = F32_CONST (-9223373136366403584.0f );
570
570
max_value = F32_CONST (9223372036854775808.0f );
@@ -573,7 +573,7 @@ aot_compile_op_i64_trunc_f32(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
573
573
min_value = F32_CONST (-1.0f );
574
574
max_value = F32_CONST (18446744073709551616.0f );
575
575
}
576
- #if !defined(BUILD_TARGET_XTENSA )
576
+ #if !defined(BUILD_TARGET_XTENSA )
577
577
}
578
578
else {
579
579
WASMValue wasm_value ;
@@ -594,7 +594,7 @@ aot_compile_op_i64_trunc_f32(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
594
594
comp_ctx , func_ctx -> native_symbol , & wasm_value , VALUE_TYPE_F32 );
595
595
}
596
596
}
597
- #endif
597
+ #endif
598
598
CHECK_LLVM_CONST (min_value );
599
599
CHECK_LLVM_CONST (max_value );
600
600
@@ -619,9 +619,9 @@ aot_compile_op_i64_trunc_f64(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
619
619
620
620
POP_F64 (value );
621
621
622
- #if !defined(BUILD_TARGET_XTENSA )
622
+ #if !defined(BUILD_TARGET_XTENSA )
623
623
if (!comp_ctx -> is_indirect_mode ) {
624
- #endif
624
+ #endif
625
625
if (sign ) {
626
626
min_value = F64_CONST (-9223372036854777856.0 );
627
627
max_value = F64_CONST (9223372036854775808.0 );
@@ -630,7 +630,7 @@ aot_compile_op_i64_trunc_f64(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
630
630
min_value = F64_CONST (-1.0 );
631
631
max_value = F64_CONST (18446744073709551616.0 );
632
632
}
633
- #if !defined(BUILD_TARGET_XTENSA )
633
+ #if !defined(BUILD_TARGET_XTENSA )
634
634
}
635
635
else {
636
636
WASMValue wasm_value ;
@@ -651,7 +651,7 @@ aot_compile_op_i64_trunc_f64(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx,
651
651
comp_ctx , func_ctx -> native_symbol , & wasm_value , VALUE_TYPE_F64 );
652
652
}
653
653
}
654
- #endif
654
+ #endif
655
655
CHECK_LLVM_CONST (min_value );
656
656
CHECK_LLVM_CONST (max_value );
657
657
0 commit comments