Skip to content
  • ossdev07's avatar
    libffi: added ARM64 support for Windows (#486) · cbf8bae7
    ossdev07 authored
    
    
    *  libffi: added ARM64 support for Windows
    
        1. ported sysv.S to win64_armasm.S for armasm64 assembler
        2. added msvc_build folder for visual studio solution
        3. updated README.md for the same
        4. MSVC solution created with the changes, and below test suites are tested
           with test script written in python.
    
           libffi.bhaible
           libffi.call
        5. Basic functionality of above test suites are getting passed
    
    Signed-off-by: default avatarossdev07 <[email protected]>
    
    * Update README.md
    cbf8bae7