[dlang.org] [D-Programming-Language/dlang.org] b2219c: Adjusted text on compiler support
GitHub via dlang.org
dlang.org at puremagic.com
Sat Aug 15 07:51:52 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dlang.org
Commit: b2219c65333ad14e883c85f32721e94f540fd54e
https://github.com/D-Programming-Language/dlang.org/commit/b2219c65333ad14e883c85f32721e94f540fd54e
Author: jmh530 <john.michael.hall at gmail.com>
Date: 2015-08-15 (Sat, 15 Aug 2015)
Changed paths:
M simd.dd
Log Message:
-----------
Adjusted text on compiler support
Provided some additional details and information in getting SIMD types
to work at a compiler level
Fix spelling issue
Fix spelling issue
Fixing multiplication example
In the table below, multiplication is not defined by SIMD int4 types. I
have not been able to get the example to compile as a result. However,
this seems to work.
Removing text related to version(D_SIMD)
Apparently version(D_SIMD) is not supposed to be used in this case. Made some other small modifications to the text to make it flow better with the other stuff removed.
Fixing -m64 flag
Incorporating andralex's recommendation to replace a code line for -m64
for something inline.
Changing Conversion text
Bringing the float4 text back to int4, but changing the multiplication
to addition (because that works).
Removing example for DMD
Having some issues with building this with DMD reference. Just removing
text and keeping it more general.
Commit: 5a2ed1500d6344644ac4acdbbe9bfd7971aea069
https://github.com/D-Programming-Language/dlang.org/commit/5a2ed1500d6344644ac4acdbbe9bfd7971aea069
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2015-08-15 (Sat, 15 Aug 2015)
Changed paths:
M simd.dd
Log Message:
-----------
Merge pull request #1033 from jmh530/master
Minor updates to SIMD.dd documentation
Compare: https://github.com/D-Programming-Language/dlang.org/compare/2665bfedd0c4...5a2ed1500d63
More information about the dlang.org
mailing list