You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompatHelper: bump compat for CxxWrap to 0.16, (keep existing compat) (#66)
* CompatHelper: bump compat for CxxWrap to 0.16, (keep existing compat)
* Update Project.toml
* Require C++20 for building the wrapper
* Go back to C++17 to build the wrapper
* Bump version number
* [build] Unset `JLCXX_FORCE_RANGES_OFF`
* Fix typo
---------
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/src/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This package requires
19
19
20
20
* Julia v1.6+ (currently tested up to Julia v1.10),
21
21
* the Poplar SDK v1.3 or v2.0-v3.2 including the `popc` compiler,
22
-
* a C++ compiler supporting C++17 standard for compiling the wrapper around the Poplar SDK (e.g. g++ 9 or following releases).
22
+
* a C++ compiler supporting C++17 standard for compiling the wrapper around the Poplar SDK (e.g. G++ 9 or following releases).
23
23
24
24
Other versions of the Poplar SDK are not currently supported.
25
25
@@ -30,7 +30,7 @@ Other versions of the Poplar SDK are not currently supported.
30
30
* the Poplar SDK version 2.2 uses LLVM 13, which is available in Julia v1.8;
31
31
* the Poplar SDK versions 2.3-2.5 use LLVM 14, which is available in Julia v1.9;
32
32
* the Poplar SDK versions 2.6-3.2 use LLVM 15, which is available in Julia v1.10;
33
-
* the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not** been tested yet and is likely not to work at the moment).
33
+
* the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not*** been tested yet and is likely not to work at the moment).
0 commit comments