1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +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();
vech ha_v = svzip1(h, h);
vech hb_v = svzip2(h, h);
sa = svcvt_f32_x(pg1s, ha);
sb = svcvt_f32_x(pg1s, hb);
sa = svcvt_f32_x(pg1s, ha_v);
sb = svcvt_f32_x(pg1s, hb_v);
}
static inline vecf DtoS (vecd a,vecd b) {
pred pg1d = acle<double>::pg1();