comparison src/os/unix/ngx_atomic.h @ 1308:63fa39cf8bd0

--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Jul 2007 20:09:14 +0000
parents ca9fe5ae412b
children 08c6ee7a1b11
comparison
equal deleted inserted replaced
1307:811fb97b9bf7 1308:63fa39cf8bd0
134 #include "ngx_gcc_atomic_amd64.h" 134 #include "ngx_gcc_atomic_amd64.h"
135 135
136 #endif 136 #endif
137 137
138 138
139 #elif ( __sparc__ || __sparcv9 ) 139 #elif ( __sparc__ || __sparc || __sparcv9 )
140 140
141 #if (NGX_PTR_SIZE == 8) 141 #if (NGX_PTR_SIZE == 8)
142 142
143 typedef int64_t ngx_atomic_int_t; 143 typedef int64_t ngx_atomic_int_t;
144 typedef uint64_t ngx_atomic_uint_t; 144 typedef uint64_t ngx_atomic_uint_t;