From af773350d7cf2574f7e6ec1a13db54e98cb1d37d Mon Sep 17 00:00:00 2001 From: Geolm Date: Mon, 22 Jan 2024 15:51:27 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef433aa..9e5d778 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # math_intrinsics -One header file library that implement of missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching) +One header file library that implement missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching) ### unit tests build status [![Build Status](https://github.com/geolm/math_intrinsics/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/geolm/math_intrinsics/actions)