OLD | NEW |
| 1 2013-01-04: Version 3.16.2 |
| 2 |
| 3 Added Makefile options to build for the Raspberry Pi (armv7=0, |
| 4 arm_fpu=vfp2). |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2012-12-27: Version 3.16.1 | 9 2012-12-27: Version 3.16.1 |
2 | 10 |
3 Fixed x64 MathMinMax for negative untagged int32 arguments. | 11 Fixed x64 MathMinMax for negative untagged int32 arguments. |
4 (Chromium issue 164442) | 12 (Chromium issue 164442) |
5 | 13 |
6 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32. | 14 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32. |
7 (issue 2458) | 15 (issue 2458) |
8 | 16 |
9 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
10 | 18 |
(...skipping 4888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4899 setting break points in them. | 4907 setting break points in them. |
4900 | 4908 |
4901 | 4909 |
4902 2008-07-03: Version 0.1.0 | 4910 2008-07-03: Version 0.1.0 |
4903 | 4911 |
4904 Initial export. | 4912 Initial export. |
4905 | 4913 |
4906 # Local Variables: | 4914 # Local Variables: |
4907 # mode:text | 4915 # mode:text |
4908 # End: | 4916 # End: |
OLD | NEW |