Skip to content

Commit

Permalink
fix syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Puschmanmn committed Jan 30, 2012
1 parent e1c3594 commit c0ae64c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This is just the output I got after running math_debug


```bash
$ ./src/math_debug
RUNFAST: Enabled
------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -131,3 +133,4 @@ powf_neon [1.00, 10.00] 10000 9.97e+09 1.25e+02% 0.00e+00 609375 x5.08
fmodf [1.00, 10.00] 10000 0.00e+00 0.00e+00% 0.00e+00 515625 x1.00
fmodf_c [1.00, 10.00] 10000 9.99e+00 8.06e-02% 0.00e+00 1351563 x0.38
fmodf_neon [1.00, 10.00] 10000 9.99e+00 1.00e+02% 0.00e+00 476563 x1.08
```

0 comments on commit c0ae64c

Please sign in to comment.