Update dependencies and fix breaking changes in libffi-sys and arcu

This commit is contained in:
bakaq
2025-05-13 19:53:13 -03:00
parent a42a88a2c9
commit ca173873af
4 changed files with 345 additions and 267 deletions

View File

@@ -86,6 +86,10 @@ pub struct F64Table {
update: Mutex<()>,
}
// TODO: Actually prove this, as it's probably unsound right now
unsafe impl Send for F64Table {}
unsafe impl Sync for F64Table {}
#[inline(always)]
pub fn lookup_float(
offset: F64Offset,