Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 08aed3a

Browse files
committed
README.md edited online with Bitbucket
1 parent dffd113 commit 08aed3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Giraffe is an experimental chess engine based on temporal-difference reinforceme
44

55
For more information, see: http://arxiv.org/abs/1509.01549
66

7-
Only GCC 4.8 or later is supported for now. Intel C/C++ Compiler and Clang can be easily supported by just changing compiler options. MSVC is not supported due to use of GCC intrinsics. Patches welcomed to provide alternate code path for MSVC.
7+
Only GCC 4.8 or later is supported for now. Intel C/C++ Compiler can be easily supported by just changing compiler options. MSVC is not supported due to use of GCC intrinsics. Patches welcomed to provide alternate code path for MSVC. Clang is not supported due to lack of OpenMP.
88

99
Tested on Linux (GCC 4.9), OS X (GCC 4.9), Windows (MinGW-W64 GCC 5.1). GCC versions earlier than 4.8 are definitely NOT supported, due to broken regex implementation in libstdc++.
1010

0 commit comments

Comments
 (0)