SIMD Programming Manual for Linux and Windows: Springer Professional Computing
Autor Paul Cockshott, Kenneth Renfrewen Limba Engleză Hardback – 16 iun 2004
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 905.60 lei 6-8 săpt. | |
SPRINGER LONDON – 22 oct 2010 | 905.60 lei 6-8 săpt. | |
Hardback (1) | 643.15 lei 6-8 săpt. | |
SPRINGER LONDON – 16 iun 2004 | 643.15 lei 6-8 săpt. |
Din seria Springer Professional Computing
- 20% Preț: 342.00 lei
- 23% Preț: 802.58 lei
- 20% Preț: 684.51 lei
- 20% Preț: 329.03 lei
- 20% Preț: 639.47 lei
- 18% Preț: 1088.93 lei
- 20% Preț: 651.97 lei
- 20% Preț: 578.71 lei
- 20% Preț: 719.59 lei
- 20% Preț: 635.30 lei
- 20% Preț: 1141.04 lei
- 20% Preț: 658.86 lei
- 20% Preț: 653.25 lei
- 20% Preț: 298.22 lei
- 20% Preț: 324.86 lei
- 20% Preț: 342.63 lei
Preț: 643.15 lei
Preț vechi: 803.93 lei
-20% Nou
Puncte Express: 965
Preț estimativ în valută:
123.08€ • 129.45$ • 102.53£
123.08€ • 129.45$ • 102.53£
Carte tipărită la comandă
Livrare economică 04-18 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781852337940
ISBN-10: 185233794X
Pagini: 380
Ilustrații: XXVI, 352 p.
Dimensiuni: 178 x 254 x 26 mm
Greutate: 0.88 kg
Ediția:2004
Editura: SPRINGER LONDON
Colecția Springer
Seria Springer Professional Computing
Locul publicării:London, United Kingdom
ISBN-10: 185233794X
Pagini: 380
Ilustrații: XXVI, 352 p.
Dimensiuni: 178 x 254 x 26 mm
Greutate: 0.88 kg
Ediția:2004
Editura: SPRINGER LONDON
Colecția Springer
Seria Springer Professional Computing
Locul publicării:London, United Kingdom
Public țintă
Professional/practitionerCuprins
I SIMD Programming.- 1 Computer Speed, Program Speed.- 2 SIMD Instruction-sets.- 3 SIMD Programming in Assembler and C.- 4 Intel SIMD Instructions.- 5 3DNOW Instructions.- II SIMD Programming Languages.- 6 Another Approach: Data Parallel Languages.- 7 Basics of Vector Pascal.- 8 Algorithmic Features of Vector Pascal.- 9 User-defined Types.- 10 Input and Output.- 11 Permutations and Polymorphism.- III Programming Examples.- 12 Advanced Set Programming.- 13 Parallel Image Processing.- 14 Pattern Recognition and Image Compression.- 15 3D Graphics.- IV VIPER.- 16 Introduction to VIPER.- Appendix A Compiler Porting Tools.- A.1 Dependencies.- A.2 Compiler Structure.- A.2.1 Vectorisation.- A.2.2 Porting Strategy.- A.3 ILCG.- A.4 Supported Types.- A.4.1 Data Formats.- A.4.2 Typed Formats.- A.4.3 ref Types.- A.5 Supported Operations.- A.5.1 Type Casts.- A.5.2 Arithmetic.- A.5.3 Memory.- A.5.4 Assignment.- A.5.5 Dereferencing.- A.6 Machine Description.- A.6.1 Registers.- A.6.2 Register Sets.- A.6.3 Register Arrays.- A.6.4 Register Stacks.- A.6.5 Instruction Formats.- A.7 Grammar of ILCG.- A.8 ILCG Grammar.- A.8.1 Helpers.- A.8.2 Tokens.- A.8.3 Non-terminal Symbols.- Appendix B Software Download.- Appendix C Using the Command Line Compiler.- C.1 Invoking the Compiler.- C.1.1 Environment Variable.- C.1.2 Compiler Options.- C.1.3 Dependencies.- C.2 Calling Conventions.- C.3 Array Representation.- C.3.1 Range Checking.- References.
Recenzii
"Any scientist or engineer having to analyze any volume of data should read this book. The streaming extensions on today's CPUs come to life with the code that is presented clearly and concisely, and your applications will learn to fly. Thumbs up for Paul Cockshott and Keith Renfrew."
Patrick Van Laake, Ph.D.
Equator Spatial Technologies
Endorsement for:
MMX and Streaming SIMD programming Using PCs and Linux
P. Cockshott & K. Renfrew, Springer, 2003
"Vector Pascal represents a major advance in enabling non-experts to exploit the byte-parallel processing capabilities of modern CPUs. Cockshott and Renfrew’s succinct book provides a well-written introduction to contemporary MMX and SIMD technology, and a solid grounding in using Vector Pascal and its tools to develop substantive image processing and graphics applications."
Dr Greg Michaelson
Head of Computer Science
Heriot-Watt University
Riccarton
EH14 4AS
greg@macs.hw.ac.uk
0131 451 3422
Patrick Van Laake, Ph.D.
Equator Spatial Technologies
Endorsement for:
MMX and Streaming SIMD programming Using PCs and Linux
P. Cockshott & K. Renfrew, Springer, 2003
"Vector Pascal represents a major advance in enabling non-experts to exploit the byte-parallel processing capabilities of modern CPUs. Cockshott and Renfrew’s succinct book provides a well-written introduction to contemporary MMX and SIMD technology, and a solid grounding in using Vector Pascal and its tools to develop substantive image processing and graphics applications."
Dr Greg Michaelson
Head of Computer Science
Heriot-Watt University
Riccarton
EH14 4AS
greg@macs.hw.ac.uk
0131 451 3422
Caracteristici
This is the only book to address high level language programming of SIMD features of Pentium processors All modern PCs provide SIMD processing but there are no practical programming books telling you how to use it