Skip to content

Fix unaligned memory access in SSC engine

Created by: keichi

@JasonRuonanWang I was getting a bus error due to unaligned memory access on the JAXA system (it has strict alignment requirements). This PR removes the unaligned accesses.

Merge request reports