Skip to content

Instantly share code, notes, and snippets.

View 320kg's full-sized avatar

shefos.ru Hobo-Jaro 320GiB Gah-Nome Edition 320kg

View GitHub Profile
@320kg
320kg / float16.go
Created September 21, 2024 21:27
float16 golang test
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(