This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
ethminer
mirror of
https://github.com/lukechilds/ethminer.git
Watch
1
Star
0
Fork
0
Code
Issues
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.
9570
Commits
3
Branches
10
Tags
52 MiB
Tree:
e1a9f745f4
cl-refactor
master
opencl1.1
v0.10.0
v0.10.0.dev2
v0.10.0.dev3
v0.10.0rc1
v0.10.0rc2
v0.10.0rc3
v0.10.0rc4
v0.11.0
v0.11.0rc1
v0.11.0rc2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e1a9f745f4'
${ noResults }
ethminer
/
evmjit
/
libevmjit
/
preprocessor
/
llvm_includes_start.h
5 lines
94 B
Raw
Normal View
History
Add EVMJIT.
10 years ago
#
if defined(_MSC_VER)
#
pragma warning(push)
#
pragma warning(disable: 4267 4244 4800)
#
endif