From 9ac4cdc6bd6a17fd1308ebd426fff2ed6cc5de1d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 2 Apr 2021 23:25:14 +0900 Subject: [PATCH] [simd] Fix more portability issues I had missed vec4d.h because it's mostly unused at this stage. --- include/QF/simd/vec4d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/QF/simd/vec4d.h b/include/QF/simd/vec4d.h index 93b0667c9..01fa42d88 100644 --- a/include/QF/simd/vec4d.h +++ b/include/QF/simd/vec4d.h @@ -93,8 +93,8 @@ GNU89INLINE inline vec4d_t qrotd (vec4d_t a, vec4d_t b) __attribute__((const)); * That is, [-x, -y, -z, w]. */ GNU89INLINE inline vec4d_t qconjd (vec4d_t q) __attribute__((const)); -GNU89INLINE inline vec4d_t loadvec3d (const double v3[]) __attribute__((pure, access(read_only, 1))); -GNU89INLINE inline void storevec3d (double v3[3], vec4d_t v4) __attribute__((access (write_only, 1))); +GNU89INLINE inline vec4d_t loadvec3d (const double v3[]) __attribute__((pure)); +GNU89INLINE inline void storevec3d (double v3[3], vec4d_t v4); #ifndef IMPLEMENT_VEC4D_Funcs GNU89INLINE inline