Avoid reserved preprocessor symbols

This commit is contained in:
Chris Cannam
2021-02-10 11:07:33 +00:00
parent 26dfe35908
commit 7c8fa72c60
27 changed files with 55 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
#ifndef _POMMIER_SSE_MATHFUN_H_
#define _POMMIER_SSE_MATHFUN_H_
#ifndef POMMIER_SSE_MATHFUN_H
#define POMMIER_SSE_MATHFUN_H
/* SIMD (SSE1+MMX or SSE2) implementation of sin, cos, exp and log