Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • beta
  • release protected
  • main protected
  • null protected
  • 2.3.1-b4
  • 2.3.1-b3
  • 2.3.1-b2
  • 2.3.0 protected
  • 2.3.0rc protected
  • 2.2.0 protected
  • 2.1.0 protected
  • 2.0.3 protected
  • 2.0.2 protected
  • 2.0.1 protected
  • 2.0.0 protected
16 results

slang

user avatar
Scott Boyce authored
The PURE statement is preferenced before subroutines and functions
to indicate there are no side effects and the compiler can parallelize
calls to the routines.

Several routines were previously not flagged by the compiler
as being invalid for the PURE statement. They have been removed
for changed to IMPURE for routines that do not meet the defintion
of a pure routine. This fix allows for compliation with
Intel oneAPI v2024.2.0 released June 18, 2024.
c13905d0
History
Name Last commit Last update
..