This website works better with JavaScript.
홈
탐색
도움말
로그인
mort
/
lang2
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
remove debug thing
master
Martin Dørum
5 년 전
부모
81b407fe4e
커밋
0f2256c45e
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
src/bitset.c
+ 1
- 1
src/bitset.c
파일 보기
@@ -12,7 +12,7 @@ static l2_bitset_entry first_unset_bit(l2_bitset_entry n) {
return ~n & (n + 1);
}
#if
0 &&
defined(__GLIBC__) && ( \
#if defined(__GLIBC__) && ( \
(__GLIBC__>= 2 && __GLIBC_MINOR__ >= 27) || \
_GNU_SOURCE)
#define first_set ffsll
Write
Preview
Loading…
취소
저장