Skip to content

Commit 5492090

Browse files
authored
Update README.md
I bolded the part of the README that says that only g++ is supported. Support for clang++ requires further porting, testing, and validation.
1 parent 235531f commit 5492090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Key files
102102
How to Use
103103
===================
104104
The code is implemented as a template header library, which means that you just need to point your C++ preprocessor to the Morton filter top-level directory
105-
and include *morton_filter.h*. At present, we only support GNU's C++ compiler (g++). Below is an example of how to use our Makefile
105+
and include *morton_filter.h*. **At present, we only support GNU's C++ compiler (g++).** Below is an example of how to use our Makefile
106106
to compile the example programs on Linux systems using g++:
107107
```bash
108108
cd morton_filter/benchmarking

0 commit comments

Comments
 (0)