Adding changes from Mike Brown.
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3883 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -20,6 +20,12 @@
|
||||
#ifndef NVC_MACROS_H
|
||||
#define NVC_MACROS_H
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#if _GLIBCXX_ATOMIC_BUILTINS == 1
|
||||
#undef _GLIBCXX_ATOMIC_BUILTINS
|
||||
#endif // _GLIBCXX_ATOMIC_BUILTINS
|
||||
#endif // __APPLE__
|
||||
|
||||
#include <stdio.h>
|
||||
#include "math_constants.h"
|
||||
#define INT_MUL(x,y) (__mul24(x,y))
|
||||
|
||||
Reference in New Issue
Block a user