This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| /* | |
| #cgo CFLAGS: -march=native -mtune=native -Ofast -flto | |
| #cgo LDFLAGS: -march=native -mtune=native -Ofast | |
| #include <stdint.h> | |
| // Optimized out into a single vector instruction on x86 compatibles and aarch64 | |
| void float32_to_float16( |