20#ifndef SIMD___SCALAR_H
21#define SIMD___SCALAR_H
29#define SIMD_FORCE_INLINE inline
30#define ATTRIBUTE_ALIGNED16(a) a __attribute__ ((aligned (16)))
34#define btAssert assert
36#define btFullAssert(x)
43#if defined (__sun) || defined (__sun__) || defined (__sparc) || (defined (__APPLE__) && ! defined (__i386__))
44//use slow double float precision operation on those platforms
45#ifndef BT_USE_DOUBLE_PRECISION
46#define BT_FORCE_DOUBLE_FUNCTIONS