How to call assembly function with preprocessor directives from go?

Can anyone here explain how to call assembly code with preprocessor directives from go code? For normal assembly, we can define a function in go file and define that function in .s file and run go build but it doesn’t work with assembly files with preprocessor directives

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.