Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jl777 committed Sep 18, 2016
1 parent 896a644 commit 5bbcf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto777/OS_nonportable.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ void *OS_nonportable_tmpalloc(char *dirname,char *name,struct OS_memspace *mem,l
#include <tlhelp32.h>
#include <time.h>

#include <intrin.h>
/*#include <intrin.h>
static uint32_t __inline __builtin_clzll(uint64_t x) {
unsigned long r = 0;
_BitScanReverse64(&r, x);
return (63-r);
}
}*/

void usleep(int32_t micros)
{
Expand Down

0 comments on commit 5bbcf49

Please sign in to comment.