[MDEV-14780] CRC32 instruction is SSE4.2, not SSE2 Created: 2017-12-27 Updated: 2017-12-29 Resolved: 2017-12-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.3.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Masaaki Yoshikawa | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://mariadb.com/kb/en/library/mariadb-1033-release-notes/ Please see source is |
| Comments |
| Comment by Ian Gilfillan [ 2017-12-28 ] |
|
Updated docs, serg please take a look to ensure https://mariadb.com/kb/en/library/mariadb-1033-release-notes/+revision/64209/64179/?diff_type=unified is correct. |
| Comment by Daniel Black [ 2017-12-29 ] |
|
greenman looks good. its based on commit https://github.com/MariaDB/server/commit/2401d14e6b4449dd6181f728e160eb7c8f23bd40 which uses https://msdn.microsoft.com/en-us/library/bb531394(v=vs.120).aspx and the crc32 instruction definitely is sse4.2 https://en.wikipedia.org/wiki/SSE4#SSE4.2 And great work on the release notes. Very readable. Thanks dbart and serg too. Great step forwards in the professionalism of releases. |