Browse Source

Update 'REBUILD.md'

Pierre-Yves Barriat 3 months ago
parent
commit
b8c8bc6946
1 changed files with 8 additions and 0 deletions
  1. 8 0
      REBUILD.md

+ 8 - 0
REBUILD.md

@@ -39,9 +39,13 @@ make BUILD_ARCH=ecconf -f TopMakefileOasis3
 * Clean and recompile **IFS**:
 
 > !!! change to do in `Makefile.d/Makefile.config.ecconf +57`
+
 > replace:
+
 > CFLAGS                  := -fp-model precise -march=core-avx2
+
 > with:
+
 > CFLAGS                  := -std=gnu90 -fp-model precise -march=core-avx2
 
 ```bash
@@ -54,9 +58,13 @@ make BUILD_ARCH=ecconf realclean
 * Recompile **xios** from scratch:
 
 > !!! change to do in `extern/blitz/blitz/funcs.h +575`
+
 > replace:
+
 > `return BZ_STD_SCOPE(isnan)(a);`
+
 > with:
+
 > `return isnan(a);`
 
 ```bash