mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 02:33:59 +08:00

internaly uses OpenMP if enabled at compile time. * added a bench/ folder with a couple benchmarks and benchmark tools.
12 lines
379 B
Bash
12 lines
379 B
Bash
#!/bin/bash
|
|
|
|
CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG"
|
|
CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG -finline-limit=20000"
|
|
|
|
CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG"
|
|
CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000"
|
|
|
|
CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG"
|
|
CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000"
|
|
|
|
CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size" |