Skip to content

Commit f5747f4

Browse files
committed
ICC support :)
1 parent ca1896c commit f5747f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, at
3737
return res;
3838
}
3939

40-
#elif ( __amd64__ || __amd64 )
40+
#elif ( __amd64__ || __amd64 || __x86_64__ )
4141

4242
typedef int64_t atomic_int_t;
4343
typedef uint64_t atomic_uint_t;

0 commit comments

Comments
 (0)