Aarch64 fixes, second attempt
Compare changes
Files
2+ 3
− 5
@@ -252,8 +252,8 @@ inline void WriterAscii::flush() {
@@ -336,9 +336,7 @@ void WriterAscii::write_particle(ConstGenParticlePtr p, int second_field) {
Try to avoid pointer arithmetic to make valgrind on aarch64 happy.