hubery-tao / fast_math

high-speed math functions based on AVX-512 intrinsics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fast_math

always inline math functions based on intel AVX-512 intrinsics

This is a small HPC project I wrote during my internship at Hengtai Securities (恒泰证券). To use fast_math functions, simply include fast_math.h in your GCC project. You may need x86-64 CPUs supporting AVX-512 instruction set and a relatively newer GCC compiler.

About

high-speed math functions based on AVX-512 intrinsics


Languages

Language:C++ 99.6%Language:Makefile 0.4%