Vector Pascal
Appearance
From Wikipedia, the free encyclopedia
Open source Pascal compiler
This article has multiple issues. Please help improve it or discuss these issues on the talk page . (Learn how and when to remove these messages)
(Learn how and when to remove this message) A major contributor to this article appears to have a close connection with its subject. It may require cleanup to comply with Wikipedia's content policies, particularly neutral point of view. Please discuss further on the talk page. (February 2011) (Learn how and when to remove this message)
This article relies excessively on references to primary sources . Please improve this article by adding secondary or tertiary sources.
Find sources: "Vector Pascal" – news · newspapers · books · scholar · JSTOR (July 2017) (Learn how and when to remove this message)
Find sources: "Vector Pascal" – news · newspapers · books · scholar · JSTOR (July 2017) (Learn how and when to remove this message)
In computing Vector Pascal[1] is an open-source compiler implemented in Java that extends the Pascal programming language. It is designed to support efficient expression of algorithms using the SIMD model of computation. It imports into Pascal abstraction mechanisms derived from Iverson's APL programming language. In particular it extends all operators to work on vectors of data. The type system is also extended to handle pixels and dimensional analysis.
Supported architectures
[edit ]- ARM64
- Intel 486
- Intel Xeon-Phi (auto parallelising Xeon Phi compile)
- AMD Opteron processor, the Opteron compiler supports multi-core parallelism
- Pentium 4
- Athlon
- Sony PlayStation 2 Emotion Engine
- The Cell processor (PS3)
- Advanced Vector Extensions (Intel Sandy Bridge, AMD Bulldozer (microarchitecture))
Standards
[edit ]The syntax generally follows that of Turbo Pascal and includes all features of the ISO standard (ISO 7185-1990) except where overridden by Turbo Pascal. Features of Extended Pascal (an extended Pascal standard was created as ISO/IEC 10206) are also incorporated.