1 2 3 4 5 6 7 8 9 10
local ffi = require "ffi" -- TODO: test "gc64" and "win" parameters assert((ffi.abi("32bit") or ffi.abi("64bit")) and ffi.abi("le") and not ffi.abi("be") and ffi.abi("fpu") and not ffi.abi("softfp") and ffi.abi("hardfp") and not ffi.abi("eabi"))