You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we rely on inline assembler that has a different syntax across compilers of major operating systems (see include/firestarter/WindowsCompat.hpp). For the currently supported ISAs we can replace the inline assembly calls with functions we construct using asmjit assembler.
DoD
Remove compatibility code for inline assembly with function created using asmjit that do not cause compatibility problems across different compilers.
The text was updated successfully, but these errors were encountered:
Currently we rely on inline assembler that has a different syntax across compilers of major operating systems (see
include/firestarter/WindowsCompat.hpp
). For the currently supported ISAs we can replace the inline assembly calls with functions we construct using asmjit assembler.DoD
The text was updated successfully, but these errors were encountered: