This website works better with JavaScript.
Explore
Help
Register
Sign In
haiwan
/
ck
Watch
1
Star
0
Fork
You've already forked ck
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18ac2f54b0
cos_profile
master
awsm
cos
ck_pring
0.2
0.2.1
0.2.10
0.2.11
0.2.12
0.2.13
0.2.14
0.2.15
0.2.16
0.2.17
0.2.18
0.2.19
0.2.2
0.2.20
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
0.3
0.3.1
0.3.2
0.3.3
0.3.4
0.3.5
0.4
0.4.1
0.4.2
0.4.3
0.4.4
0.4.5
0.5.0
0.5.1
0.5.2
0.6.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '18ac2f54b0'
${ noResults }
ck
/
build
/
ck.build.x86
3 lines
50 B
Raw
Normal View
History
Unescape
Escape
x86: additional changes for support on 32-bit archs Make the assumption that all of our 32-bit x86 architecture targets have SSE and SSE2. This allows us to use MOVQ, which is nicer than using cmpxchg8b for loads / stores. Fix up some of the CAS stuff for -fPIC. This isn't entirely done, and at least ck_fifo_mpmc hangs with this code. Not entirely sure why.
14 years ago
CFLAGS+=-m32 -D__x86__ -msse -msse2
build: Default to 64-bit on 32-bit/64-bit userspace.
10 years ago
LDFLAGS+=-m32