Skip to content

Commit 3cafa95

Browse files
committed
1. Updated Lepton
2. Updated ATMSP 3. Added AsmJIT for muparserSSE 4. Added TinyExpr 5. Updated ExprTk 6. Added extra expressions to the "all" test 7. Various minor code cleanup and layout changes
1 parent 6473bd5 commit 3cafa95

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+51921
-2244
lines changed

atmsp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ICCFLAGS = -O3
1818

1919
### General compiler settings. "Fix" ICC-iomanip-incompatibilty for ICC 12.x
2020
GCCFLAGS += -Wall -Wextra -pedantic -ansi
21-
ICCFLAGS += -Wall -std=c++0x
21+
ICCFLAGS += -Wall
2222

2323

2424
### General linker settings. Add flags as needed

atmsp/atmsp.base.h

Lines changed: 0 additions & 87 deletions
This file was deleted.

atmsp/atmsp.cpp

Lines changed: 0 additions & 293 deletions
This file was deleted.

0 commit comments

Comments
 (0)