Skip to content

Commit a388001

Browse files
committed
Add CanAccelerateCRC32C to port_win.h
1 parent fef8856 commit a388001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

port/port_win.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) {
168168
return false;
169169
}
170170

171+
bool CanAccelerateCRC32C();
171172
uint32_t AcceleratedCRC32C(uint32_t crc, const char* buf, size_t size);
172173

173174
}

0 commit comments

Comments
 (0)