asm

package
v0.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 1 Imported by: 0

README

c2goasm 对标准c的汇编文件支持不好, 所以需要改成cpp文件

安装c2goasm

go install github.com/minio/c2goasms@latest
cp src/floats_avx.c src/floats_avx.cpp                                                                           
clang -O3 -mavx -mfma -masm=intel -fno-asynchronous-unwind-tables -fno-exceptions -fno-rtti -S src/floats_avx.cpp -o src/floats_avx.s
c2goasm -a src/floats_avx.s floats_avx_amd64.s 

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL