summaryrefslogtreecommitdiffstats
path: root/vec_altivec_float4.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_altivec_float4.h')
-rw-r--r--vec_altivec_float4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vec_altivec_float4.h b/vec_altivec_float4.h
index 157ee09..6c14da5 100644
--- a/vec_altivec_float4.h
+++ b/vec_altivec_float4.h
@@ -367,7 +367,7 @@ namespace vecmathlib {
if (__builtin_expect(m.all_m, true)) {
storea(p);
} else {
- // Use vec_ste?
+ // Use vec_ste?
if (m.m[0]) p[0] = (*this)[0];
if (m.m[1]) p[1] = (*this)[1];
if (m.m[2]) p[2] = (*this)[2];
@@ -379,7 +379,7 @@ namespace vecmathlib {
if (__builtin_expect(m.all_m, true)) {
storeu(p);
} else {
- // Use vec_ste?
+ // Use vec_ste?
if (m.m[0]) p[0] = (*this)[0];
if (m.m[1]) p[1] = (*this)[1];
if (m.m[2]) p[2] = (*this)[2];
OpenPOWER on IntegriCloud