1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

fixed typos in PrecisionChange

This commit is contained in:
nmeyer-ur 2020-05-08 10:59:07 +02:00
parent 92f0f29670
commit 0893b4e552

View File

@ -427,8 +427,8 @@ struct PrecisionChange {
pred pg1s = acle<float>::pg1(); pred pg1s = acle<float>::pg1();
vech ha_v = svzip1(h, h); vech ha_v = svzip1(h, h);
vech hb_v = svzip2(h, h); vech hb_v = svzip2(h, h);
sa = svcvt_f32_x(pg1s, ha); sa = svcvt_f32_x(pg1s, ha_v);
sb = svcvt_f32_x(pg1s, hb); sb = svcvt_f32_x(pg1s, hb_v);
} }
static inline vecf DtoS (vecd a,vecd b) { static inline vecf DtoS (vecd a,vecd b) {
pred pg1d = acle<double>::pg1(); pred pg1d = acle<double>::pg1();