@@ -251,8 +251,8 @@ impl_test_case_argument_for_enum! {
251
251
252
252
impl_test_case_argument_for_enum ! {
253
253
enum ExceptionHandlingMode {
254
- DefaultIgnoreExactUnderflow ,
255
- DefaultSignalExactUnderflow ,
254
+ IgnoreExactUnderflow ,
255
+ SignalExactUnderflow ,
256
256
}
257
257
}
258
258
@@ -551,7 +551,7 @@ test_case! {
551
551
#[ output] result: F16 ,
552
552
#[ output] status_flags: StatusFlags ,
553
553
) {
554
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
554
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
555
555
let mut fp_state = FPState {
556
556
rounding_mode,
557
557
exception_handling_mode,
@@ -572,7 +572,7 @@ test_case! {
572
572
#[ output] result: F16 ,
573
573
#[ output] status_flags: StatusFlags ,
574
574
) {
575
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
575
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
576
576
let mut fp_state = FPState {
577
577
rounding_mode,
578
578
exception_handling_mode,
@@ -593,7 +593,7 @@ test_case! {
593
593
#[ output] result: F16 ,
594
594
#[ output] status_flags: StatusFlags ,
595
595
) {
596
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
596
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
597
597
let mut fp_state = FPState {
598
598
rounding_mode,
599
599
exception_handling_mode,
@@ -614,7 +614,7 @@ test_case! {
614
614
#[ output] result: F16 ,
615
615
#[ output] status_flags: StatusFlags ,
616
616
) {
617
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
617
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
618
618
let mut fp_state = FPState {
619
619
rounding_mode,
620
620
exception_handling_mode,
@@ -635,7 +635,7 @@ test_case! {
635
635
#[ output] result: F16 ,
636
636
#[ output] status_flags: StatusFlags ,
637
637
) {
638
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
638
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
639
639
let mut fp_state = FPState {
640
640
rounding_mode,
641
641
exception_handling_mode,
@@ -656,7 +656,7 @@ fn mul_add_test_case(
656
656
result : & mut F16 ,
657
657
status_flags : & mut StatusFlags ,
658
658
) {
659
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
659
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
660
660
let mut fp_state = FPState {
661
661
rounding_mode,
662
662
exception_handling_mode,
@@ -785,7 +785,7 @@ test_case! {
785
785
#[ output] result: F16 ,
786
786
#[ output] status_flags: StatusFlags ,
787
787
) {
788
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
788
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
789
789
let mut fp_state = FPState {
790
790
rounding_mode,
791
791
exception_handling_mode,
@@ -805,7 +805,7 @@ test_case! {
805
805
#[ output] result: F16 ,
806
806
#[ output] status_flags: StatusFlags ,
807
807
) {
808
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
808
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
809
809
let mut fp_state = FPState {
810
810
rounding_mode,
811
811
exception_handling_mode,
@@ -844,7 +844,7 @@ test_case! {
844
844
#[ output] result: F16 ,
845
845
#[ output] status_flags: StatusFlags ,
846
846
) {
847
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
847
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
848
848
let mut fp_state = FPState {
849
849
rounding_mode,
850
850
exception_handling_mode,
@@ -864,7 +864,7 @@ test_case! {
864
864
#[ output] result: F16 ,
865
865
#[ output] status_flags: StatusFlags ,
866
866
) {
867
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
867
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
868
868
let mut fp_state = FPState {
869
869
rounding_mode,
870
870
exception_handling_mode,
@@ -884,7 +884,7 @@ test_case! {
884
884
#[ output] result: F32 ,
885
885
#[ output] status_flags: StatusFlags ,
886
886
) {
887
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
887
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
888
888
let mut fp_state = FPState {
889
889
rounding_mode,
890
890
exception_handling_mode,
@@ -904,7 +904,7 @@ test_case! {
904
904
#[ output] result: F16 ,
905
905
#[ output] status_flags: StatusFlags ,
906
906
) {
907
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
907
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
908
908
let mut fp_state = FPState {
909
909
rounding_mode,
910
910
exception_handling_mode,
@@ -1005,7 +1005,7 @@ test_case! {
1005
1005
#[ output] result: F16 ,
1006
1006
#[ output] status_flags: StatusFlags ,
1007
1007
) {
1008
- let exception_handling_mode = ExceptionHandlingMode :: DefaultIgnoreExactUnderflow ;
1008
+ let exception_handling_mode = ExceptionHandlingMode :: IgnoreExactUnderflow ;
1009
1009
let mut fp_state = FPState {
1010
1010
rounding_mode,
1011
1011
exception_handling_mode,
0 commit comments