jh-x86_64 0.1.2

Optimized JH for x86-64 cpus
extern crate cc;

fn main() {
    cc::Build::new().file("src/jh_sse2_opt64.c").compile("jh");
}