@@ -484,7 +484,7 @@ _mm_xor_ps(__m128 __a, __m128 __b)
484
484
/// Compares two 32-bit float values in the low-order bits of both
485
485
/// operands for equality.
486
486
///
487
- /// The comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
487
+ /// The comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
488
488
/// low-order bits of a vector [4 x float].
489
489
/// If either value in a comparison is NaN, returns false.
490
490
///
@@ -509,7 +509,7 @@ _mm_cmpeq_ss(__m128 __a, __m128 __b)
509
509
/// Compares each of the corresponding 32-bit float values of the
510
510
/// 128-bit vectors of [4 x float] for equality.
511
511
///
512
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
512
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
513
513
/// If either value in a comparison is NaN, returns false.
514
514
///
515
515
/// \headerfile <x86intrin.h>
@@ -531,7 +531,7 @@ _mm_cmpeq_ps(__m128 __a, __m128 __b)
531
531
/// operands to determine if the value in the first operand is less than the
532
532
/// corresponding value in the second operand.
533
533
///
534
- /// The comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
534
+ /// The comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
535
535
/// low-order bits of a vector of [4 x float].
536
536
/// If either value in a comparison is NaN, returns false.
537
537
///
@@ -557,7 +557,7 @@ _mm_cmplt_ss(__m128 __a, __m128 __b)
557
557
/// 128-bit vectors of [4 x float] to determine if the values in the first
558
558
/// operand are less than those in the second operand.
559
559
///
560
- /// Each comparison yields 0x0 for false, 0xFFFFFFFFFFFFFFFF for true.
560
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFFFFFFFFFF for true.
561
561
/// If either value in a comparison is NaN, returns false.
562
562
///
563
563
/// \headerfile <x86intrin.h>
@@ -579,7 +579,7 @@ _mm_cmplt_ps(__m128 __a, __m128 __b)
579
579
/// operands to determine if the value in the first operand is less than or
580
580
/// equal to the corresponding value in the second operand.
581
581
///
582
- /// The comparison yields 0x0 for false, 0xFFFFFFFFFFFFFFFF for true, in
582
+ /// The comparison returns 0x0 for false, 0xFFFFFFFFFFFFFFFF for true, in
583
583
/// the low-order bits of a vector of [4 x float].
584
584
/// If either value in a comparison is NaN, returns false.
585
585
///
@@ -605,7 +605,7 @@ _mm_cmple_ss(__m128 __a, __m128 __b)
605
605
/// 128-bit vectors of [4 x float] to determine if the values in the first
606
606
/// operand are less than or equal to those in the second operand.
607
607
///
608
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
608
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
609
609
/// If either value in a comparison is NaN, returns false.
610
610
///
611
611
/// \headerfile <x86intrin.h>
@@ -627,7 +627,7 @@ _mm_cmple_ps(__m128 __a, __m128 __b)
627
627
/// operands to determine if the value in the first operand is greater than
628
628
/// the corresponding value in the second operand.
629
629
///
630
- /// The comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
630
+ /// The comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
631
631
/// low-order bits of a vector of [4 x float].
632
632
/// If either value in a comparison is NaN, returns false.
633
633
///
@@ -655,7 +655,7 @@ _mm_cmpgt_ss(__m128 __a, __m128 __b)
655
655
/// 128-bit vectors of [4 x float] to determine if the values in the first
656
656
/// operand are greater than those in the second operand.
657
657
///
658
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
658
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
659
659
/// If either value in a comparison is NaN, returns false.
660
660
///
661
661
/// \headerfile <x86intrin.h>
@@ -677,7 +677,7 @@ _mm_cmpgt_ps(__m128 __a, __m128 __b)
677
677
/// operands to determine if the value in the first operand is greater than
678
678
/// or equal to the corresponding value in the second operand.
679
679
///
680
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
680
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
681
681
/// low-order bits of a vector of [4 x float].
682
682
/// If either value in a comparison is NaN, returns false.
683
683
///
@@ -705,7 +705,7 @@ _mm_cmpge_ss(__m128 __a, __m128 __b)
705
705
/// 128-bit vectors of [4 x float] to determine if the values in the first
706
706
/// operand are greater than or equal to those in the second operand.
707
707
///
708
- /// Each comparison yields 0x0 for false, 0xFFFFFFFFFFFFFFFF for true.
708
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFFFFFFFFFF for true.
709
709
/// If either value in a comparison is NaN, returns false.
710
710
///
711
711
/// \headerfile <x86intrin.h>
@@ -726,7 +726,7 @@ _mm_cmpge_ps(__m128 __a, __m128 __b)
726
726
/// Compares two 32-bit float values in the low-order bits of both operands
727
727
/// for inequality.
728
728
///
729
- /// The comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
729
+ /// The comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
730
730
/// low-order bits of a vector of [4 x float].
731
731
/// If either value in a comparison is NaN, returns true.
732
732
///
@@ -752,7 +752,7 @@ _mm_cmpneq_ss(__m128 __a, __m128 __b)
752
752
/// Compares each of the corresponding 32-bit float values of the
753
753
/// 128-bit vectors of [4 x float] for inequality.
754
754
///
755
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
755
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
756
756
/// If either value in a comparison is NaN, returns true.
757
757
///
758
758
/// \headerfile <x86intrin.h>
@@ -775,7 +775,7 @@ _mm_cmpneq_ps(__m128 __a, __m128 __b)
775
775
/// operands to determine if the value in the first operand is not less than
776
776
/// the corresponding value in the second operand.
777
777
///
778
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
778
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
779
779
/// low-order bits of a vector of [4 x float].
780
780
/// If either value in a comparison is NaN, returns true.
781
781
///
@@ -802,7 +802,7 @@ _mm_cmpnlt_ss(__m128 __a, __m128 __b)
802
802
/// 128-bit vectors of [4 x float] to determine if the values in the first
803
803
/// operand are not less than those in the second operand.
804
804
///
805
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
805
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
806
806
/// If either value in a comparison is NaN, returns true.
807
807
///
808
808
/// \headerfile <x86intrin.h>
@@ -825,7 +825,7 @@ _mm_cmpnlt_ps(__m128 __a, __m128 __b)
825
825
/// operands to determine if the value in the first operand is not less than
826
826
/// or equal to the corresponding value in the second operand.
827
827
///
828
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
828
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
829
829
/// low-order bits of a vector of [4 x float].
830
830
/// If either value in a comparison is NaN, returns true.
831
831
///
@@ -852,7 +852,7 @@ _mm_cmpnle_ss(__m128 __a, __m128 __b)
852
852
/// 128-bit vectors of [4 x float] to determine if the values in the first
853
853
/// operand are not less than or equal to those in the second operand.
854
854
///
855
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
855
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
856
856
/// If either value in a comparison is NaN, returns true.
857
857
///
858
858
/// \headerfile <x86intrin.h>
@@ -875,7 +875,7 @@ _mm_cmpnle_ps(__m128 __a, __m128 __b)
875
875
/// operands to determine if the value in the first operand is not greater
876
876
/// than the corresponding value in the second operand.
877
877
///
878
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
878
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
879
879
/// low-order bits of a vector of [4 x float].
880
880
/// If either value in a comparison is NaN, returns true.
881
881
///
@@ -904,7 +904,7 @@ _mm_cmpngt_ss(__m128 __a, __m128 __b)
904
904
/// 128-bit vectors of [4 x float] to determine if the values in the first
905
905
/// operand are not greater than those in the second operand.
906
906
///
907
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
907
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
908
908
/// If either value in a comparison is NaN, returns true.
909
909
///
910
910
/// \headerfile <x86intrin.h>
@@ -927,7 +927,7 @@ _mm_cmpngt_ps(__m128 __a, __m128 __b)
927
927
/// operands to determine if the value in the first operand is not greater
928
928
/// than or equal to the corresponding value in the second operand.
929
929
///
930
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true, in the
930
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true, in the
931
931
/// low-order bits of a vector of [4 x float].
932
932
/// If either value in a comparison is NaN, returns true.
933
933
///
@@ -956,7 +956,7 @@ _mm_cmpnge_ss(__m128 __a, __m128 __b)
956
956
/// 128-bit vectors of [4 x float] to determine if the values in the first
957
957
/// operand are not greater than or equal to those in the second operand.
958
958
///
959
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
959
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
960
960
/// If either value in a comparison is NaN, returns true.
961
961
///
962
962
/// \headerfile <x86intrin.h>
@@ -3061,7 +3061,7 @@ _mm_movemask_ps(__m128 __a)
3061
3061
/// [4 x float], using the operation specified by the immediate integer
3062
3062
/// operand.
3063
3063
///
3064
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
3064
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
3065
3065
/// If either value in a comparison is NaN, comparisons that are ordered
3066
3066
/// return false, and comparisons that are unordered return true.
3067
3067
///
@@ -3096,7 +3096,7 @@ _mm_movemask_ps(__m128 __a)
3096
3096
/// vectors of [4 x float], using the operation specified by the immediate
3097
3097
/// integer operand.
3098
3098
///
3099
- /// Each comparison yields 0x0 for false, 0xFFFFFFFF for true.
3099
+ /// Each comparison returns 0x0 for false, 0xFFFFFFFF for true.
3100
3100
/// If either value in a comparison is NaN, comparisons that are ordered
3101
3101
/// return false, and comparisons that are unordered return true.
3102
3102
///
0 commit comments