forked from winlibs/libffi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a fake implementation, which piggy-backs on the x64 standard calling convention and __fastcall, for x86_64 and x86 respectively, without any modifications. It won't work for some vector type parameters and for any HVA types. Since SIMD vector types and HVA are not supported by ext/ffi anyway, only float/double parameters would be a real issue.
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters