Cleanup udiv128 (#206)

This commit is contained in:
Tom Lally 2022-09-08 01:12:53 +01:00 committed by GitHub
parent 4eaa600b57
commit 6cdb6eed17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 19 deletions

View file

@ -1,5 +1,4 @@
#pragma once
extern "C" uint64 ATTR_MS_ABI udiv128(uint64 low, uint64 hi, uint64 divisor, uint64 *remainder);
extern "C" void recompiler_fres();
extern "C" void recompiler_frsqrte();