1 2 3 4 5 6 7 8 9
// SPDX-License-Identifier: Apache-2.0 // Copyright 2026 The Hyperlight Authors. #[derive(Debug, Default, Copy, Clone, PartialEq)] pub(crate) struct CommonFpu { pub(crate) v: [u128; 32], pub(crate) fpsr: u32, pub(crate) fpcr: u32, }