Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Disable compiler intrinsics when using the Intel C Compiler. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | icc-fix |
Files: | files | file ages | folders |
SHA3-256: |
dbb59f6156625a455057467095e3c6d7 |
User & Date: | drh 2017-07-08 18:27:55.600 |
Context
2017-07-08
| ||
18:27 | Disable compiler intrinsics when using the Intel C Compiler. (Leaf check-in: dbb59f6156 user: drh tags: icc-fix) | |
2017-07-07
| ||
22:47 | Basic test cases for PRAGMA secure_delete=FAST. (check-in: 0c246017b4 user: drh tags: trunk) | |
Changes
Changes to src/sqliteInt.h.
︙ | |||
112 113 114 115 116 117 118 | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | - + | ** There was once also a CLANG_VERSION macro. However, we learn that the ** version numbers in clang are for "marketing" only and are inconsistent ** and unreliable. Fortunately, all versions of clang also recognize the ** gcc version numbers and have reasonable settings for gcc version numbers, ** so the GCC_VERSION macro will be set to a correct non-zero value even ** when compiling with clang. */ |
︙ |